Hello! Scuse me, if I write some totally dumb thing. I am quite new to PHP and programming, and maybe I'm not understanding the question, but:
What if you assign a value to every form field like this: <input type="text" name="something" value="<?php echo $something; ?>"> or - safer, with register_globals off: <input type="text" name="something" value="<?php echo $_POST['something']; ?>"> Again, please apologize, if i'm stupid. Berci -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php