Top "Mdb2" questions

A database abstraction layer for PHP.

Replacement for PEAR: MDB2 on PHP 5.3

I've been using pear packages in php for years. I'm in the process of upgrading/moving a sites that uses …

php mysql pear mdb2
Preventing SQL injection in PHP with MDB2

I'm trying to figure out how to prevent sqlinjection, I wrote this basic function : function antiInjectie($inputfromform){ $temp = str_replace("…

php postgresql sql-injection mdb2
Call to undefined method MDB2_Error::setFetchMode()

I am using PEAR's MDB2 to connect to my MySQL DB's. I have never had a problem before but this …

php mysql pear mdb2