Hi,
I dont know php so i decided to try find some tools i can make simple list and then add text colour and small image near that text and somehow option when you move your mouse over that text to show image. What am looking is to make something like this: http://eq2.zam.com/db/itemlist.html?slot=Ammo i dont need filter only list list below. First i wanted to make html table, add text, change colour and add small image near text but biggest problem is how to make when i go with mouse over text to show hover image.
You wouldn't use PHP for that. PHP doesn't know anything about things like "Mouse", "hover", or "show image". You'd use CSS and/or JavaScript.