Zirzow [mailto:[EMAIL PROTECTED]
-> Verzonden: zondag 24 augustus 2003 20:22
-> Aan: [EMAIL PROTECTED]
-> Onderwerp: Re: [PHP] In need of a script
->
->
-> * Thus wrote Stevie D Peele ([EMAIL PROTECTED]):
-> > Heres what I wrote --
-> >
-> > > if ($_COOKIE['
really ends .. sometimes, somehow for
some
undefined reason it does not stop after a header..
Wouter
-> -Oorspronkelijk bericht-
-> Van: Curt Zirzow [mailto:[EMAIL PROTECTED]
-> Verzonden: zondag 24 augustus 2003 20:22
-> Aan: [EMAIL PROTECTED]
->
* Thus wrote Stevie D Peele ([EMAIL PROTECTED]):
> Heres what I wrote --
>
> if ($_COOKIE['pagename'])
> {
> header('Location: http://www.net-riches.com/800x600.html');
> }
> ?>
>
> and I got a parse error on line 4, but I do not see what is wrong on line
> 4!
There is no parse error in that c
Heres what I wrote --
http://www.net-riches.com/800x600.html');
}
?>
and I got a parse error on line 4, but I do not see what is wrong on line
4!
Can anyone else see?
Thanks
On Sun, 24 Aug 2003 10:04:50 -0400 "Matt" <[EMAIL PROTECTED]> writes:
> On Sunday, August 24, 2003 at 9:49 AM Stevie
it's in the manual.
Stevie D Peele wrote:
Can someone show me an example of some code that works something like
this :
if cookie is present
redirect to a certain page
?>
Thanks
The best thing to hit the internet in years - Juno
On Sunday, August 24, 2003 at 9:49 AM Stevie D Peele wrote:
> Can someone show me an example of some code that works something like
> this :
>
>
> if cookie is present
> redirect to a certain page
>
> ?>
http://www.php.net/header for explanation
if ($_COOKIE['cookie_I_want_to_know_about']) {
h
6 matches
Mail list logo