RE: [PHP-DB] Re: Passing variables through a page

2003-01-07 Thread Michael Conway
s why sessions are better). Then for the 5-14_select_area.php file: Hope that is what you were looking for. Michael Conway [EMAIL PROTECTED] (703) 968-8875 -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:29 AM To: [EMAIL PROTECTED] Subject:

Re: [PHP-DB] Re: Passing variables through a page

2003-01-07 Thread Mark
If you use sessions, you can pass the variables without having to wory about interim pages. Another option (I don't know if it will actually work) is to put the variables in the the URL of the location redirect. Something like: $loc="http://www.yourdomain.com/nextpage?var1=$var1&var2=$var2";; head