I have a website, and when someone recieved a message, an envelope shows to tell them they have a message, I was just wondering how would I have it show how many messages they have? The MySQL table is called inbox Thanks in advance
You could use mysql_num_rows() along with a mysql_query()... You'd recieve a better response, if you reply with your db structure (such as column names)