Hover function in PHP? -


is there way use code among lines of:

if mouse.hover = true 

in php?

no can't, because "hover" client-side event.

php server language can't check client actions.

the way using css style event (changing color) or js (like jquery) dynamic event.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -