Page 1 of 2

Run remote php

Posted: Tue Jun 30, 2015 11:46 am
by TonyS

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

Send variables etc.


Run remote php

Posted: Tue Jun 30, 2015 3:33 pm
by Evgene Karachevtsev

Hello Tony,

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


Run remote php

Posted: Tue Jun 30, 2015 4:16 pm
by TonyS

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


Run remote php

Posted: Tue Jun 30, 2015 4:27 pm
by TonyS

Like an ajax function?


Run remote php

Posted: Tue Jun 30, 2015 5:27 pm
by TonyS

with no callback


Run remote php

Posted: Wed Jul 01, 2015 8:35 am
by TonyS

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.)

:)


Run remote php

Posted: Wed Jul 01, 2015 10:08 am
by Evgene Karachevtsev

Hello Tony,

Thank you for the update, glad it works!


Run remote php

Posted: Thu Jul 16, 2015 9:16 pm
by Moe

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


Run remote php

Posted: Fri Jul 17, 2015 6:03 am
by TonyS

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


Run remote php

Posted: Fri Jul 17, 2015 7:21 am
by TonyS

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