Re: [PHP] Question about sqli class

2007-12-30 Thread Richard Lynch
On Sun, December 30, 2007 1:11 pm, alvaro wrote: > I don´t know if this is the correct place to ask this questions but I > haver some doubts about using mysqli class in php. I am designing a > web place using wamp2 (php5, mysql 5.0.x ). My databases have been > done using phpmyadmin so they are

Re: [PHP] Question about sqli class

2007-12-30 Thread Larry Garfield
Both ext/mysql and ext/mysqli work exclusively with MySQL databases. They could not talk to SQLite, which is a different database engine entirely. If you have the choice and are using MySQL 5 and PHP 5, ext/mysqli is generally faster than ext/mysql. More importantly, it supports native prepar

Re: [PHP] Question about sqli class

2007-12-30 Thread Nathan Nobbe
On Dec 30, 2007 2:11 PM, alvaro <[EMAIL PROTECTED]> wrote: > I don´t know if this is the correct place to ask this questions but I > haver some doubts about using mysqli class in php. I am designing a web > place using wamp2 (php5, mysql 5.0.x ). My databases have been done > using phpmyadmin