raveyd Posted March 5, 2010 Share Posted March 5, 2010 I can' work out how to do the following.. For each record in a table I need to call an external asp script that will trigger an SMS message. The external url is in this format "http://www.dsendsms.com/sendmsg.aspx?to=44071111234213&message=test" That is the first step, and ideally I would like to wait for a response from the script, before continuting to the next record. Is this able to be done in PHP? Link to comment https://forums.phpfreaks.com/topic/194234-need-to-call-mutiple-external-asp-scripts/ Share on other sites More sharing options...
trq Posted March 6, 2010 Share Posted March 6, 2010 file_get_contents will request a remote file and return any response. Link to comment https://forums.phpfreaks.com/topic/194234-need-to-call-mutiple-external-asp-scripts/#findComment-1022169 Share on other sites More sharing options...
raveyd Posted March 6, 2010 Author Share Posted March 6, 2010 Thanks, this is exactly what I was looking for. Link to comment https://forums.phpfreaks.com/topic/194234-need-to-call-mutiple-external-asp-scripts/#findComment-1022245 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.