Hello everyone, Mostly i use regular mysql functions to deal with database, sometimes i use EZSQL and i like that too.. What is the best php/mysql class in your opinion.. or is it the best to use mysql functions yourself.... compare it by time and efficiency... thanks
If I understand your question correctly, PEAR::MDB2 (formerly known as PEAR:B) is the way to go: http://pear.php.net/package/MDB2