hi

i have a form. i submit the form. the action should be an UPDATE to
mysql table, so i have "UPDATE table SET col1='$val1', col2='$val2'
WHERE id = '$myid'".
after i press the button, i have the message '0 rows changed'. if i
press refresh (ctrl+r) and confirm resubmiting of form, the page changes
to '1 row changed'.

why? why the action it's not performed on first click?

thanks
--


  Marius Ursache (3563 || 3494)

                          \|/ ____ \|/
                          "@'/ ,. \`@"
                          /_| \__/ |_\
                             \__U_/



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

Reply via email to