PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?
Mildly confused by the question - you trying to redirect to another page once the processing is complete? If so then the header function is most likely what you'd want to be using.