Hello Goba, > > Since there are not too many strange things I see on the page, what > should be fixed exactly?
mysqli-affected-rows.xml: <cut> <refnamediv> <refname>mysqli_affected_rows</refname> <refname>mysql->affected_rows</refname> <refpurpose>Gets the number of affected rows in a previous MySQL operation</refpurpose> </refnamediv> </cut> a) toc only contains 1st refname b) headline in unction.mysqli-affected-rows.html contains only 1st refname c) 2nd line in mysqli-affected-rows contains both refnames (without blank): mysqli_affected_rows mysqli_affected_rowsmysql->affected_rows -- Gets the number of affected rows in a previous MySQL operation I considered to put both names (procedural and oo) in <refname> but I think web search (http://www.php.net/mysqli_affected_rows) will not work correctly any more. Regards Georg