View Single Post

  #4 (permalink)  
Old 10-19-2004
Shawn Wilson
 
Posts: n/a
Default Re: Sending user to another page ?

"Cyrus D." wrote:
>
> Hi,
>
> No, I don't want to do it that way for several reasons.
>
> Is it so difficult to just send the user to another URL ? It should be an
> easy thing to do.


Header("Location: http://whatever.com/under21.php") should work fine, as long as
you haven't outputted any text at all before the header. And you should put an
exit() afer it.

Shawn
--
Shawn Wilson
shawn@glassgiant.com
http://www.glassgiant.com
Reply With Quote