I need run PHP FUNCTION with ONCLICK or ONMOUSEOVER or ...
Hi, help me please with PHP Function. I need run PHP Function with OnMouseOver or OnMouseOut or OnClick or OnLoad....
<img src='../../xx.jpg' onclick=php_function>
I run Only JavaScript Function but I need run PHP Function with OnClick.
It's possible ??? :wave:
Re: I need run PHP FUNCTION with ONCLICK or ONMOUSEOVER or ...
It is possible, but you need Javascript and PHP. I recommend you have a look at Javascript XML-RPC:
http://www.scottandrew.com/xml-rpc/
You can also do it manully via the XMLHTTP object too.