A database abstraction layer for PHP.
I've been using pear packages in php for years. I'm in the process of upgrading/moving a sites that uses …
I'm trying to figure out how to prevent sqlinjection, I wrote this basic function : function antiInjectie($inputfromform){ $temp = str_replace("…
I am using PEAR's MDB2 to connect to my MySQL DB's. I have never had a problem before but this …