najath Posted September 29, 2006 Share Posted September 29, 2006 Hi all,can anybody please let me know how can i call a php function on an image mouseover or mouseclick please help me on this..regards najath Link to comment https://forums.phpfreaks.com/topic/22461-need-help-call-a-php-function-on-mouseclick-of-a-image/ Share on other sites More sharing options...
ponsho Posted September 29, 2006 Share Posted September 29, 2006 I dont know exactly what you want to do but here's something maybe can help youindex.php[code]<?phpif($_GET["action"]=="getfunction"){ yourfunction();}?><html><a href="index.php?action=getfunction"><img border=0 src="your image"></a></html>[/code] Link to comment https://forums.phpfreaks.com/topic/22461-need-help-call-a-php-function-on-mouseclick-of-a-image/#findComment-100700 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.