[snip]
But how do I submit to a PHP script without moving off of the form?  The
user will be entering lots of information while only a particular section
pertains to the Memorize button.  If the user clicks on the button, wont it
move off of the page thereby causing the user to lose all their form input?
[/snip]

Old Indian Rope Trick... have the variables posted (UPDATED or INSERTED) by
the processing page which returns (via header()) to the form page which
retrieves the variables from the DB. You would have to use a session or a
cookie to maintain the user so that the query would know which data to look
for, but when clicking 'Memorize' the user may see a brief flash of some
sort, but not likely.

Jay





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

Reply via email to