Hey, thanks for your reply but this is not what I am after.
Maybe if I say specifics this might clarify it.
I currently have a script that checks a server's status every 10 mins. This is run automatically via a windows scheduled job every day. If the server is down, I have the script e-mail me if there is a problem.
Now to make this a step better I thaught of hey - why doesnt it send me an SMS when its down. So after looking into it, our company already has an SMS intranet website, however this works by you opening the website (sms-form.php) and filling out a text form and hitting submit. The receiving page (sms-send.php) receives the form vairables via the HTTP _POST and does the message.
Now after talking to company officials, they do not wish to alter this code.
SO! .. . My question is, how would I send my vairables to the sms-send.php page by simulating a HTML form in my automated script??
Its somthing that has stumped me...
and wondering if this at all is possible?