Quoted By:
I'm making a chat app but it still needs one thing.
It updates the messages every x seconds, but I need to make it so that it only checks for new messages every x seconds and only refreshes the post area div if there is new content.
How do I achieve dat?
For some reason the "textstatus notmodified" thing doesn't work.
mail_getposts.php contains a while loop that fetches posts from the SQL table.