Posts by Paulo Santos • 41 points
1 post
-
4
votes1
answer159
viewsQ: What is the best option to escape a string before inserting it into the database. addslashes() or mysql_real_scape_string()?
I am developing a project that involves pass words among other important infomations that I need to insert into the mysql database. My question is which option should I use to escape this data…