Hey, heres the problem.
from a control panel a member can change their status Available/Not available/busy which is put into a MySQL Table with their record.
Now i need it so an .html page can parse this information and return an appropriate icon like ICQ Status Indicators
Ex- if a person was offline an image should appear that would represent them being offline, if online one for online if busy one for busy.
How do I go about doing this? I looked at ICQ's code but its just an IMG SRC Tag to a script not an actual image.
Any ideas or pointers to tutorials for this?
Thanks in advance