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

2005-02-14 Thread Jason Barnett
[EMAIL PROTECTED] wrote: Can anyone show me how to call a function when submit is pressed or a form is submitted. "When submit is pressed"... as in instantly / on the web browser's side? You need Javascript for that; PHP simply won't do that. Or did you mean "when a form gets posted to the server"

[PHP] Re: calling php function

2004-04-23 Thread Aidan Lister
No, you are confusing javascript (client side) with PHP (server side). "T Umashankari" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hello, > > Is it possible to call php function in the onclick event ? > > REgards, > Uma -- PHP General Mailing List (http://www.php.net/) To un