On Jun 30, 2003, "news.php.net" claimed that: |I was wondering if there is a way to solve my problem. I want to send |certain information to certain webpage for about 25 times ( I wanna make a |webpage to send a SMS to every player in our soccer team). I can send the |needed information to one server and it sends an SMS but how to do it 25 |times in a row. I have a form where I can write the message and I take the |phonenumbers from db and there's a button to send the sms. If I do it once |it works fine, but how to do it multiple times? The real problem is that |after I do it once the browser opens a web page returned from the |sms-server. So what should I do to prevent the browser doing this and can I |make a php-script to my webserver that sends the needed information as many |times as I want and without opening the "requested" page? |
If you're sending the SMS message through another web page, perhaps one of the Pear HTTP packages might work for you: (http://pear.php.net/packages.php?catpid=11&catname=HTTP) I haven't started experimenting with any of them yet, but I'm sure someone will be able to help out if you need assistance. Jeff -- Registered Linux user #304026. "lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import" Key fingerprint = 52FC 20BD 025A 8C13 5FC6 68C6 9CF9 46C2 B089 0FED Responses to this message should conform to RFC 1855. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php