Posts: 400
Threads: 47
Joined: Aug 2013
Reputation:
0
Hi all...
i have a question here...
which is better to formatting my mysql query? format or mysql_format?
and what is the different?
Posts: 639
Threads: 92
Joined: Jul 2011
Reputation:
0
I typically see it (and it's how I use it) as format. It's simply the way I learned so I know it works. I'm sure it's relatively the same and does the same thing, just possibly different syntax's.
Posts: 172
Threads: 47
Joined: Apr 2014
QUESTION: Why MySQL is better than the deafult one? And for me MYSQL is very hard to script -_-
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
It escapes the special characters and it prevents you from being victim of SQL injection so yes - it's safer to use it.