View Single Post
Old 12-05-2007, 06:55 PM   #18 (permalink)
bdm
The Acquainted
Good Samaritan 
 
Join Date: Nov 2007
Posts: 127
Thanks: 14
bdm is on a distinguished road
Default

YBH: Have you tested that code? Because mysqli's constructor only allows for 6 parameters:
PHP Code:
__construct  ([ string $host  [, string $username  [, string $passwd  [, string $dbname  [, int $port  [, string $socket  ]]]]]] ) 
Perhaps you will find this link useful: http://www.php.net/manual/en/functio...li-prepare.php
bdm is offline  
Reply With Quote