|
-
Feb 24th, 2006, 02:00 PM
#1
Thread Starter
Member
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 ???
-
Feb 24th, 2006, 02:48 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|