[PHP-DB] MySQLi

2014-09-13 Thread Karl DeSaulniers
Hello All, Hope this message finds you well. Quick question about MySQLi and PHP. I have a website that was built back in 2012 that is still on PHP 5.2 and MySQL and I am wanting to update it to PHP 5.7 with MySQLi without headaches. I am dreading this like a spoonful of molasses. Is there any sug

Re: [PHP-DB] MySQLi

2014-09-13 Thread Lester Caine
On 13/09/14 11:40, Karl DeSaulniers wrote: > Hope this message finds you well. Quick question about MySQLi and PHP. > I have a website that was built back in 2012 that is still on PHP 5.2 and > MySQL > and I am wanting to update it to PHP 5.7 with MySQLi without headaches. > I am dreading this li

Re: [PHP-DB] MySQLi

2014-09-13 Thread Karl DeSaulniers
On Sep 13, 2014, at 7:40 AM, Lester Caine wrote: > On 13/09/14 11:40, Karl DeSaulniers wrote: >> Hope this message finds you well. Quick question about MySQLi and PHP. >> I have a website that was built back in 2012 that is still on PHP 5.2 and >> MySQL >> and I am wanting to update it to PHP 5

Re: [PHP-DB] MySQLi

2014-09-13 Thread Aziz Saleh
On Sat, Sep 13, 2014 at 8:55 PM, Karl DeSaulniers wrote: > On Sep 13, 2014, at 7:40 AM, Lester Caine wrote: > > > On 13/09/14 11:40, Karl DeSaulniers wrote: > >> Hope this message finds you well. Quick question about MySQLi and PHP. > >> I have a website that was built back in 2012 that is still

Re: [PHP-DB] MySQLi

2014-09-13 Thread Karl DeSaulniers
Awesome, thanks for the link. I know even less about PDO then I do regular MySQL however. I am hoping MySQLi isn't too far off a shoot. Just need to sit down with it all and figure out a path. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 13, 2014, at 10:52 PM, Aziz Saleh

[PHP-DB] Duplicate Writes

2014-09-13 Thread Ethan Rosenberg
Dear List - I seem to be getting dual writes causing a dual insert into the database, and I cannot figure out why. Database mysql> describe Inventory; +-+-+--+-+-+---+ | Field | Type| Null | Key | Default | Extra | +-+--