I am working on a small PHP website. I need a MySql database access class that is easy to configure and work with.
Does not need to be a full framework, I only need a ma
I think PEAR::MDB2 is what you are looking for.