Search found 1 match
- Fri Dec 20, 2013 11:56 pm
- Forum: Webhosting
- Topic: Preventing SQL Injections
- Replies: 3
- Views: 824
Preventing SQL Injections
So I'm in need of preventing SQL injections on my website because someone has found a vulnerability. I have been looking around for prevention methods and found one using mysql_real_escape_string. Although I'm not sure where/how to use it. Could someone help me with that or give me other methods for...