> {  header("Location:
http://www.XXX.edu/index.php?variable=$variable&second_variable=$second_vari
able");
>   exit;}
You'll get to transfer about 255 characters using this method.
hugh
----- Original Message -----
From: "Adrian Ciutureanu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 21, 2002 11:06 PM
Subject: [PHP] Re: [HELP] redirect browser & pass variable !


> {  header("Location: http://www.XXX.edu/index.php?variable=$variable";);
>   exit;}
>
> "Joe" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am using header function to redirect browser.
> >
> > {  header("Location: http://www.XXX.edu/index.php";);
> >   exit;}
> >
> > Although it can redirect the browser but variable had not pass to next
> page.
> >
> > So can anyone teach me how to pass variable and redirect browser at same
> > time?
> >
> > Thx !
> >
> > Joe
> >
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to