I usually created my SQL queries using sprint() and
mysql_real_escape_string() but this morning through an associate I was
informed of this thing called PDO shipping with PHP 5.1 and higher.  I did a
little research on what it does and was thrilled about the potential uses
for it.  My question is though what are its potential uses?  I had a chance
to preview bindParam for prepared statements and was like this is awesome!
Also does PDO help escape strings or is something like
mysql_real_escape_string() always a necessity?

 

Anthony Wlodarski

[EMAIL PROTECTED]

 

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to