Hello everyone I'm new here and desperately looking for an answer. I use cURL to Post to to a remote server (mediatemple) from m localhost server. This works fine as long as I open the page in a browser, however I'm using an sms server that executes php script in the background. When an sms is received the local php script runs and I want to use use cURL to execute script on a remote host. Again it works if I test the local php script in a browser, but it doesnt work when executed with the sms server.
Is there an issue from scripts not being executed if not opened from within a browser, or is there any way I can see the result of the php page that is loaded in the background, by mean of a log or something?
Thanks for your time
Hank from the Bahamas