-- Aljosa Mohorovic <[EMAIL PROTECTED]> wrote (on Friday, 28 September 2007, 02:39 PM +0200): > is there any difference in using MYSQLI or PDO_MYSQL?
Yes. There are some methods that are specifically implemented in mysqli that are not available to pdo_mysql (multi_query comes to mind). That said, MySQL has said they will be standardizing the mysqli/mysqlnd/pdo_mysql drivers so they play nice together. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
