how to call an url within php
Posted: Tue Sep 17, 2002 8:17 am
Hi all
just a stupid question to the following problem:
I have a form that asks a message and a mobile number to send an sms. This is done in a html part (form) that posts to it self. In my php section I build up the message in a url string. Because of my mobile provider I need to send this string like I would call an webpage.
How can I send this url in a second window? Do I need to use the header function?
Thx
Tom
just a stupid question to the following problem:
I have a form that asks a message and a mobile number to send an sms. This is done in a html part (form) that posts to it self. In my php section I build up the message in a url string. Because of my mobile provider I need to send this string like I would call an webpage.
How can I send this url in a second window? Do I need to use the header function?
Thx
Tom