php-general Digest 15 Feb 2013 19:04:06 -0000 Issue 8124

2013-02-15 Thread php-general-digest-help
php-general Digest 15 Feb 2013 19:04:06 - Issue 8124 Topics (messages 320204 through 320226): Newbie is trying to set up OOP With PHP and MySQL or MySQLi database class (using CRUD) 320204 by: dealTek 320209 by: Haluk Karamete 320211 by: dealTek 320212 by:

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 phps...@gmail.com 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

[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]

[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::__construct()