I am working on a dreamviewer. When I try to write basic syntax, it usually autocompletes.
As you can see, it offers 2 options for "escape": real_escape_string and escape_string. I wonder if there is a difference between the two?
escape_string is an alias of real_escape_string , so they are identical.
escape_string
real_escape_string
here is the link for documentation:
http://php.net/manual/en/mysqli.real-escape-string.php
Well, before asking any questions, you should at least try to figure out google .... :) :)
The following link will help you resolve your doubts.http://php.net/manual/en/mysqli.real-escape-string.php :) :)