RE: [PHP-DB] go to another URL

2001-08-27 Thread Rick Emery
header(Location: http://new.url.com/index.html; ); exit; This MUST be executed BEFORE any other data/html are displayed. -Original Message- From: Andrius Jakutis [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 26, 2001 4:49 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] go to another URL

[PHP-DB] go to another URL

2001-08-26 Thread Andrius Jakutis
Hello, What is the command in PHP coding, to order go to another URL? Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]