Re: [PHP-DB] Redirecting to a new page

2002-01-04 Thread Miles Thompson
Matt, Instead of print you want to issue a header(). Check the manual for various caveats. Miles At 01:57 PM 1/4/2002 +, matt stewart wrote: Can't find the right instructions on php.net, basically, i want a page where someone logs in, and then according to the database entry for them,

Re: [PHP-DB] Redirecting to a new page

2002-01-04 Thread Roel Mulder
Hi Matt, http://nl.php.net/manual/nl/function.header.php Note: HTTP/1.1 requires an absolute URI as argument to Location: including the scheme, hostname and absolute path. Thus, print Location:http:/www.host.com/admin.php; should work. Regards, Roel Mulder At 13:57 04-01-2002 +, you