Alright thanks, I'll stick with the standard format function. One more question, what is the "LIMIT" thing in the mysql_query function?
It limits the amount of rows returned to whatever you set. If you only want to load 5 of the last recorded logs, you could add LIMIT 5 at the end of the query.