About magicquotes
1.' (single-quote), " (double quote), \ (backslash) and NULL characters are escaped with a backslash automatically, This is identical to what addslashes() does.
2.to help prevent SQL Injection
3.on or off value for magic qoutes changed in php.ini file
1.' (single-quote), " (double quote), \ (backslash) and NULL characters are escaped with a backslash automatically, This is identical to what addslashes() does.
2.to help prevent SQL Injection
3.on or off value for magic qoutes changed in php.ini file
No comments:
Post a Comment