Is there any way that PHP can pull OnMouse events?
What I want to do is have an image gallery that when an image is moused over a breif desicription of the image appears in a set area.
Can I do this with PHP? If I can't, is there any way to pass the image url to PHP so that it be used as a reference for a MySQL for the description data? Maybe through Javascript?
Thx.
Shawn