Difficult to tell exactly what your problem is but to disassociate a
varaible name to its place in memory you use, unset($varname);
-Kevin

----- Original Message -----
From: "Beauford.2002" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Tuesday, December 17, 2002 1:29 PM
Subject: [PHP] Variables - Help


> Hi,
>
> I have a webpage where users input information. This gets sent to a PHP
page
> to use this input. The first time the user inputs information it works
> correctly, but the second, third, forth, etc. times does not. It appears
the
> information from the first time is still stored in the variables I am
using
> in PHP. I have tried setting them all back to zero, but this does not
work.
>
> So how do I reset all the variables so that the new information is
contained
> in them when the user adds more information.
>
> TIA
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to