Re: [PHP] To mysqli or not to mysqli

2005-04-20 Thread Greg Donald
On 4/20/05, Jared Williams <[EMAIL PROTECTED]> wrote: > PHP Data Objects > > http://www.php.net/pdo Sweet.. DBI for PHP. -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] To mysqli or not to mysqli

2005-04-20 Thread Jared Williams
> On 4/20/05, Jared Williams <[EMAIL PROTECTED]> wrote: > > Why not use PDO :) > > Pacific Decadal Oscillation? > > I'm stumped. PHP Data Objects http://www.php.net/pdo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] To mysqli or not to mysqli

2005-04-20 Thread Greg Donald
On 4/20/05, Jared Williams <[EMAIL PROTECTED]> wrote: > Why not use PDO :) Pacific Decadal Oscillation? I'm stumped. -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] To mysqli or not to mysqli

2005-04-20 Thread Jared Williams
> Looks like mysqli is the new method of talking to mysql? > Should I be moving away from the legacy mysql_* functions? > I'm running php5 and mysql 4.1.11 on IIS5 and Apache 2. Why not use PDO :) Jared -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

Re: [PHP] To mysqli or not to mysqli

2005-04-20 Thread Greg Donald
On 4/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Looks like mysqli is the new method of talking to mysql? Should I be moving > away from > the legacy mysql_* functions? I'm running php5 and mysql 4.1.11 on IIS5 and > Apache 2. Finding clients who even run 4.0.x is rare for me, most st