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

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

2003-01-05 Thread Michael Mauch
Alex Francis <[EMAIL PROTECTED]> wrote: > I have a page (dept_select) with two drop down lists populated from a table > in a MySQL Database. If one item is selected in either of the lists I need > to go to one page (5-14_select_area.php). If any other item is selected I > need to go to another page