[PHP] Re: Newbie is trying to set up OOP With PHP and MySQL or MySQLi database class (using CRUD)

2013-02-15 Thread David Robley
dealTek wrote: > > Thanks for all the help folks, > > > PHP-light-PDO-Class > > ok well I found this... > > https://github.com/poplax/PHP-light-PDO-Class > > But it does not seem to recognize the port - I put the port as 8889 but > keeps saying can't connect port 3306 > > Warning: PDO::__co

[PHP] Re: Newbie is trying to set up OOP With PHP and MySQL or MySQLi database class (using CRUD)

2013-02-15 Thread dealTek
Thanks for all the help folks, PHP-light-PDO-Class ok well I found this... https://github.com/poplax/PHP-light-PDO-Class But it does not seem to recognize the port - I put the port as 8889 but keeps saying can't connect port 3306 Warning: PDO::__construct() [pdo.--construct]: [2002] Connect

Re: [PHP] Newbie is trying to set up OOP With PHP and MySQL or MySQLi database class (using CRUD)

2013-02-15 Thread dealTek
On Feb 14, 2013, at 11:46 AM, Bastien Koert wrote: > > > The DreamInCode one is good. MySQLi is the recommended option over > MySQL since the mysql one is deprecated. PDO is also a great option > since you can prepare your queries to help sanitize the data > > -- > > Bastien Thanks Basti