Question Everything!
New member
...mysql_real_escape_string? Also what does this sample of a php code do and why?
-------------------------------------------
if(!get_magic_quotes_gpc()){
$username = addslashes($username);}
-------------------------------------------
-------------------------------------------
if(!get_magic_quotes_gpc()){
$username = addslashes($username);}
-------------------------------------------