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?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php