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

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -