Hello,
i use mysql_real_escape_string() to avoid sql injections but it escapes and line breaks \n.
What should i do to keep the line breaks from the form and be protected by injections.
Thank you
Hello,
i use mysql_real_escape_string() to avoid sql injections but it escapes and line breaks \n.
What should i do to keep the line breaks from the form and be protected by injections.
Thank you