Posted by R. Rajesh Jeba Anbiah on 08/26/06 20:00
amygdala wrote:
> Can anyone recommend some extensive PDO documentation? Especially
> documentation that describes PDO's security capabilities. For instance what
> measurements does the PDO::prepare take to prevent SQL injection, etc.? And
> what extra measurements would be appropriate.
>
> PHP's PDO manual isn't very elaborate IMO.
<snip>
FWIW, you may check the links I added long time ago in the user
notes section at <http://in2.php.net/pdo>
PDO is actually data access layer--which means you don't have to
remember mysql_*, pgsql_*, etc function sets.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|