Re: [PHP-DB] redirecting function

2005-03-14 Thread Ben Galin
On Mar 14, 2005, at 2:26 AM, Ken wrote: On Mon, 14 Mar 2005 01:43:09 -0800 (PST), Yemi Obembe <[EMAIL PROTECTED]> wrote: hi folks, who knows any function that can do this javascript trick
window.location='http://somewhere.com/'
tried header(location:ht

Re: [PHP-DB] redirecting function

2005-03-14 Thread Ken
you forgot the quotation marks on header i believe header('location: www.foobar.com'); and also make sure your browser supports header redirects, not all browsers do. On Mon, 14 Mar 2005 01:43:09 -0800 (PST), Yemi Obembe <[EMAIL PROTECTED]> wrote: > hi folks, > who knows any function that can d