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=$var1var2=$var2;;

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

2003-01-07 Thread Michael Conway
10:29 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Passing variables through a page 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

[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