How can I create a class in oo php wherein that class will be the one that will manage the DB connection?
Sample codes or sites will do. Im using MySQL Command Client by the way.
Main problem: How can I connect to the DB so that I can insert new records, retrieve records, update records?
Thank you!