PHP Classes

You really should add the equivalent of the mysql_real_escape...

Recommend this page to a friend!

      PHP MySQL databaser  >  All threads  >  You really should add the equivalent...  >  (Un) Subscribe thread alerts  
Subject:You really should add the equivalent...
Summary:Package rating comment
Messages:1
Author:Artur Graniszewski
Date:2011-02-25 09:01:30
 

Artur Graniszewski rated this package as follows:

Utility: Sufficient
Consistency: Good

  1. You really should add the equivalent...   Reply   Report abuse  
Picture of Artur Graniszewski Artur Graniszewski - 2011-02-25 09:01:30
You really should add the equivalent of the mysql_real_escape_string() in your class, because there is no other solution to escape SQL strings when working with the user data (from GET, POST, etc).