[PHP] [HELP] redirect browser pass variable !

2002-04-21 Thread Joe
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

Re: [PHP] [HELP] redirect browser pass variable !

2002-04-21 Thread Jason Wong
On Monday 22 April 2002 10:46, Joe wrote: 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