Is it possible to run a remote php script in the back ground?
Send variables etc.
Is it possible to run a remote php script in the back ground?
Send variables etc.
Hello Tony,
Appery.io doesn't work with php, it works with javascript.
I know, I just wondered if it were possible to trigger a remote php script.
Like an ajax function?
with no callback
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.)
Hello Tony,
Thank you for the update, glad it works!
TonyS, I'm looking to accomplish something similar. Do you mind sharing how you managed to do this?
Sure, I'll post it later when I'm back in the studio.
Did it with this...
$.ajax({
url:'http://scriptaddress.co.uk/services/a...,
});