Re: [PHP] How to destroy a $variable

2001-08-04 Thread Daniel Rezny
Hello Gerard, Saturday, August 04, 2001, 7:34:06 AM, you wrote: GS Ok I have a form with a $PHP_SELF target, and I enter parts of the form GS when they enter information if something is wrong with their input. Now GS what I would like to do is destroy all the variables when the form is GS

RE: [PHP] How to destroy a $variable

2001-08-04 Thread Jeff Lewis
Gerard, Try using: unset($Age); Jeff -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 04, 2001 1:34 AM To: PHP Subject: [PHP] How to destroy a $variable Ok I have a form with a $PHP_SELF target, and I enter parts of the form when