How can I check a mysql database for the latest input with a specific field.
I have a field called "special".
I want the php to check for this field and find the latest input into the database with something inputed into the special field.
I have four different things I'm currently using for special . i.e bigbrother, fameacademy, and pop idol.
I want the php to display cetain things depending on what is in the special field.
For instance the last input has bigbrother in the special field, I want to display links to the bigbrother section of my site, and images in ceratin tables.
Thanx for any help.