I'm developing a PHP chatbox that should use jQuery to store data, and my question is how should I store chat logs in order to show them in my script?
Currently I'm storing them in mySQL database, but I assume that I can store them in xml, txt, or even html file on my server, so what is the most efficient way to store and parse chatlogs with PHP and jQuery?
Bookmarks