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

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

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

2002-04-21 Thread Adrian Ciutureanu
{ 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

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

2002-04-21 Thread hugh danaher
, 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