All Questions
1 question
-1
votes
2
answers
3k
views
get_magic_quotes_gpc() and mysql_real_escape_string - security
i am practicing php and I am puzzled while interpreting a function to escape dangerous sql characters. i want to know how it works especially the $value in the second if. its quiet puzzling for me to ...