Php sql injection protection

Posted by Ajay on Stack Overflow See other posts from Stack Overflow or by Ajay
Published on 2010-06-12T22:01:00Z Indexed on 2010/06/12 22:02 UTC
Read the original article Hit count: 277

Filed under:

Hi All,

I am using mysql_real_escape_string($_REQUEST['page']) in my code. Is it able to prevent SQL Injection in my php code else i will have to do more protection ?

Thanks

© Stack Overflow or respective owner

Related posts about php