[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

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

Re: [PHP] calling php function

2004-04-24 Thread Daniel Clark
Because the Javascript onclick event runs in the client browser, you could call a php file that has and runs a particular php function. Is it possible to call php function in the onclick event ? REgards, Uma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] calling php function

2004-04-23 Thread T UmaShankari
Hello, Is it possible to call php function in the onclick event ? REgards, Uma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] calling php function

2004-04-23 Thread John W. Holmes
From: T UmaShankari [EMAIL PROTECTED] Is it possible to call php function in the onclick event ? No. Please do research on the difference between server side and client side code. Report back to us when finished. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Calling PHP function from Perl - as external program

2002-02-07 Thread Analysis and Solutions
Hey Vaclav: Vaclav Muchna wrote: system('/fullpath/ob', '100'); produce this message: X-Powered-By: PHP/4.1.0 Content-type: text/html No input file specified. but, when i remove -q parametr from ob, it procude this message: X-Powered-By: PHP/4.1.0 Content-type: text/html #!