12-05-2007, 06:55 PM
|
#18 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 127
Thanks: 14
|
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
|
|
|
|