Value of prepared statements
Dec 7 2009
There are several database wrapper libraries out there for your favourite web development languages. For instance, there’s PDO for PHP and DBI for Perl. What do these do? Well they give some handy functions that encapsulate away a lot of the dirty details of database work you shouldn’t have to worry about. For example, these allow you to use any database backend of your choice (MySQL, Postgres, sqllite, etc) and connect with them easily. Instead of building a messy DSN connection string, pass a couple of arguments and you’ve got yourself a useful database handle to perform database operations with.
Read more »








![Validate my RSS feed [Valid RSS]](http://www.unemployeddeveloper.com/wp-content/themes/ud2/images/valid-rss.png)