February 2013
Intermediate to advanced
538 pages
20h 55m
English
addslashes
string addslashes(string string)Returns escaped characters in string
that have special meaning in SQL database queries. Single quotes
(''), double quotes (""), backslashes (\), and the NUL-byte (\0) are escaped. The stripslashes() function is the inverse for
this function.
Read now
Unlock full access