Smart MySQL Escape Function


/ Published in: PHP
Save to your folder(s)

This function first checks to see if PHP is set to automagically quote stuff. If it is, we first strip pre-quoted stuff, then (assuming our text isn't numeric), we properly quote everything.
A good bit of room for improvement here, but at the very least, you should hit this before inserting anything into your database.

URL: http://www.bigbold.com/snippets/posts/show/1533

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.