[PHP] Simply open an URL

2004-10-09 Thread Armands Pucs
Hi everyone! Sorry for the probably stupid question. But I can`t find a way to make a php script to open an url in a browser! Like script location = example.html; /script does. Armand from Latvia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Simply open an URL

2004-10-09 Thread Gareth Williams
header(Location: url); On 9 Oct 2004, at 20:21, Armands Pucs wrote: Hi everyone! Sorry for the probably stupid question. But I can`t find a way to make a php script to open an url in a browser! Like script location = example.html; /script does. Armand from Latvia -- PHP General Mailing List