Need a sinple Database handler class

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hmvrulz
Forum Newbie
Posts: 20
Joined: Fri Oct 03, 2008 10:20 pm

Need a sinple Database handler class

Post by hmvrulz »

Can some one provide a database handler class that can
Connect to db
query
select table
result in an array
give number of rows
disconnect
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Need a sinple Database handler class

Post by onion2k »

ADODB Lite.
Post Reply