Can anyone tell my how to manipulate a chat room database using MySql.
for example:
I want the chat room to display 20 messages every refesh, the message on the buttom will be deleted from database and new message will display on the top.
So, what is the SQL query I need for MySql.
mysql_query( "??????????" );
thanks