Is there a way to use code something among the lines of:
if mouse.hover = True
in php?
No you can't, because "hover" is a client-side event.
PHP as a server language can't check client actions.
The only way is using CSS for style event (changing color) or JS (like jQuery) for dynamic event.
1.4m articles
1.4m replys
5 comments
57.0k users