RE: [PHP] remembering variables between pages when using forms ...

2001-10-18 Thread Dave Watkinson
than that (which is probably due to the edited code) i'm afraid i'm stumped! sorry mate :-( dave -Original Message- From: Kenn Murrah [mailto:[EMAIL PROTECTED]] Sent: 18 October 2001 17:19 To: Dave Watkinson; [EMAIL PROTECTED] Subject: Re: [PHP] remembering variables between pa

Re: [PHP] remembering variables between pages when using forms ...

2001-10-18 Thread Kenn Murrah
L PROTECTED]> To: "baker downloads" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 11:04 AM Subject: RE: [PHP] remembering variables between pages when using forms ... where's your code ken? are you being strict with the case of the vari

RE: [PHP] remembering variables between pages when using forms ...

2001-10-18 Thread Dave Watkinson
ables between pages when using forms ... i hope i can make my question understood ... i've input a value $city in my form, and i can retrieve it on the following page (the page which was the "action" of the form) ... but then, when i try to use a "hidden" type to move

[PHP] remembering variables between pages when using forms ...

2001-10-18 Thread baker downloads
i hope i can make my question understood ... i've input a value $city in my form, and i can retrieve it on the following page (the page which was the "action" of the form) ... but then, when i try to use a "hidden" type to move it to my next page (which is a form), i lose the value ... i cannot