Trying to get my head around this, but failing. I nees to send data to an external site (SMS text messaging) froma script and then read the response (result code) from the server, and have my script act accordingly - success, failure, etc..
If I use a redirect to send the data I'm not able to read the response, so that will not work. Could anyone point me in the right direction in the manuals? Am I going to have to use fsockopen, fputs, etc.?? or are there better ways?
I'd appreciate any suggestions.