"Andy Levy" <an*******@hotmail.com> wrote in message
news:<HF*****************@news-binary.blueyonder.co.uk>...
Is it possible to call a PHP function when a forms Submit
button is pressed.
Yes, if this function is in the script referred to in the form's
action attribute. No, if you want to call it when handling
onSubmit or onClick events -- those are handled on the client
side using JavaScript.
Cheers,
NC