Why is it necessary to have a link identifier as an input when using mysql_real_escape_string(). I know that the function should be used with MySQL queries, but the function is really just a string manipulation.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the PHP manual:
and:
A connection is needed to determine the character set.