Hi,

I have a form where the user can change a value ion a text box and then
click on a button which will update a table in a MySQL database.  I assume
that the only way to do this is to have the button POST the form value to my
script which updates the MySQL table.

However, once updated (whether the update is successfull or not), I need to
remain or return to the same page that the form is on.

Can this easily be done?



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

Reply via email to