I made a php chat that refreshes and uses the limit command to display items from the database in chat... however the chat table gets so filled with lines of chat that it becomes laggy
how can i create a check to make anything above the 25th item in the table deleted and moved to another table so that i can still have a log of chat?
the primary key in the table is ID and it auto increments




Reply With Quote

Bookmarks