Best way to prevent SQL Injection?
-
Hi, all!
I’m interested what is the best way to prevent SQL injection?
I’m trying to create client-side posts submit form without registration, and I really need to keep my database secured.
So what you guys can advice me? (except disallowing this feature :D)
Are escape() or/and prepare() functions really trusty?
Or should I Use my own regular expressions to keep my database clean?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Best way to prevent SQL Injection?’ is closed to new replies.