[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
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: ht
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
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/ht
4 matches
Mail list logo