How do I prevent sql injection with php and mysql

Posted by herrturtur on Stack Overflow See other posts from Stack Overflow or by herrturtur
Published on 2010-06-15T17:09:32Z Indexed on 2010/06/15 17:12 UTC
Read the original article Hit count: 159

Filed under:
|
|

I have a form into which the visitor can enter data, and I want to store this data in a mysql database via the $_POST variable. What do I need to prevent sql injection?

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql