[HELP] redirect & pass variable !
[email protected] ("Joe") Mon, 22 Apr 2002 10:49:25 +0800
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[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