Regards,
David Mytton Olate Ltd http://www.olate.co.uk
jmarbas at hotmail dot com wrote:
From: jmarbas at hotmail dot com Operating system: n/a PHP version: 5.0.3 PHP Bug Type: Documentation problem Bug description: Incomplete documentation of mysqli_query command
Description: ------------ http://ca3.php.net/manual/en/function.mysqli-query.php
On the documentation for mysql_query you listed its syntax as below:
class mysqli { mixed query (string query)
}
But you missed the resultmode parameter and it should read
class mysqli { mixed query (string query[,int resultmode])
}
