TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Run remote php

Is it possible to run a remote php script in the back ground?

Send variables etc.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Run remote php

Hello Tony,

Appery.io doesn't work with php, it works with javascript.

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Run remote php

I know, I just wondered if it were possible to trigger a remote php script.

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Run remote php

Like an ajax function?

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Run remote php

with no callback

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Run remote php

It works!

I triggered a remote php script from within an app which sent out multiple emails and filtered by enquiry responsibility. (if the enquiry was regarding red products only reps that deal with red products got the email etc.)

:)

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Run remote php

Hello Tony,

Thank you for the update, glad it works!

Moe
Posts: 0
Joined: Thu Jul 10, 2014 9:24 pm

Run remote php

TonyS, I'm looking to accomplish something similar. Do you mind sharing how you managed to do this?

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Run remote php

Sure, I'll post it later when I'm back in the studio.

TonyS
Posts: 0
Joined: Thu Jun 11, 2015 12:11 pm

Run remote php

Did it with this...
$.ajax({
url:'http://scriptaddress.co.uk/services/a...,
});

Return to “Issues”