Reply to calling php function when submit button is pressed
Posted by ross on 09/30/67 11:08
Can anyone show me how to call a function when submit is pressed or a form
is submitted.
I am for an alternative to $php_self which refreshes the whole page. I want
to run the function which displays the errors on a form and only do a
$php_self when the form is filled out correctly.