Re: [PHP-DB] mysqli - using PREPARED STATEMENTS - worth it?

2004-03-29 Thread John W. Holmes
PHP freak wrote: Looking at this page: http://us2.php.net/manual/en/function.mysqli-prepare.php Also the new book ADVANCED PHP PROGRAMMING uses the new MySQLi Prepared Statements for all queries. Wondering if that extra code, trouble, and lack of flexibility is worth it? Will it be a HUGE

Re: [PHP-DB] mysqli - using PREPARED STATEMENTS - worth it?

2004-03-29 Thread John W. Holmes
PHP freak wrote: Looking at this page: http://us2.php.net/manual/en/function.mysqli-prepare.php Read this, too: http://www.zend.com/php5/articles/php5-mysqli.php -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect: The Magazine for PHP Professionals

[PHP-DB] mysqli - using PREPARED STATEMENTS - worth it?

2004-03-28 Thread PHP freak
Looking at this page: http://us2.php.net/manual/en/function.mysqli-prepare.php Also the new book ADVANCED PHP PROGRAMMING uses the new MySQLi Prepared Statements for all queries. Wondering if that extra code, trouble, and lack of flexibility is worth it? Will it be a HUGE performance increase