RE: [PHP] GoTo URL Function?

2001-08-20 Thread Jeff Oien
http://www.php.net/manual/en/function.header.php Hi, I am sure there is an easy way to do this... But when my script is done doing whatever I want it to do - RATHER than print text and all to a page, I want the browser (within the same window) to go to a specific URL Can this be done

Re: [PHP] GoTo URL Function?

2001-08-20 Thread Tyler Longren
header(Location: http://location.com/blah.php;); -- Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Mon, 20 Aug 2001 13:56:25 -0500 RoyW [EMAIL PROTECTED] wrote: Hi, I am sure there is an easy way to do this... But when my script is done doing