I'm building a neat website for my friend, and I noticed that the site escaped the input from textboxes, textareas, etc. automatically.
Does this mean that I don't have to add mysql_real_escape_string
when I want to insert the data in my mysql database and I can just leave it as it is?
Or is this a potential security risk?