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