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

Reply via email to