[PHP] Variables that persist through reload?

2003-01-03 Thread David Chamberlin
Hey, I'm somewhat new to PHP and I'm doing a lot of forms stuff. Looking at some of the examples at: http://www.linuxguruz.org/z.php?id=33 The variables seem to persist through a reload. For example, the first demo has: ? if (!isset($pick)) { echo Fill out and submit the form below.;

Re: [PHP] Variables that persist through reload?

2003-01-03 Thread Joseph W. Goff
: Friday, January 03, 2003 1:58 PM Subject: [PHP] Variables that persist through reload? Hey, I'm somewhat new to PHP and I'm doing a lot of forms stuff. Looking at some of the examples at: http://www.linuxguruz.org/z.php?id=33 The variables seem to persist through a reload. For example

Re: [PHP] Variables that persist through reload?

2003-01-03 Thread Kevin Stone
- Original Message - From: David Chamberlin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 03, 2003 12:58 PM Subject: [PHP] Variables that persist through reload? Hey, I'm somewhat new to PHP and I'm doing a lot of forms stuff. Looking at some of the examples at: http

Re: [PHP] Variables that persist through reload?

2003-01-03 Thread Kevin Stone
in a database. -Kevin - Original Message - From: David Chamberlin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 03, 2003 12:58 PM Subject: [PHP] Variables that persist through reload? Hey, I'm somewhat new to PHP and I'm doing a lot of forms stuff. Looking at some

Re: [PHP] Variables that persist through reload?

2003-01-03 Thread David Chamberlin
that persist through reload? Hey, I'm somewhat new to PHP and I'm doing a lot of forms stuff. Looking at some of the examples at: http://www.linuxguruz.org/z.php?id=33 The variables seem to persist through a reload. For example, the first demo has: ? if (!isset($pick)) { echo Fill out