Re: [PHP] calling php function when submit button is pressed

2005-02-14 Thread John Nichel
[EMAIL PROTECTED] wrote: 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

[PHP] calling php function when submit button is pressed

2005-02-14 Thread ross
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. thanks R