Quote:
Originally Posted by Pain123
The normal format function should be faster and precisions work there as expected, but if you want to escape strings in your query, mysql_format is the better way to do it.
|
Alright thanks, I'll stick with the standard format function. One more question, what is the "LIMIT" thing in the mysql_query function?