| cece@php.net 2005-06-10, 3:57 pm |
| ID: 33304
Updated by: cece@php.net
Reported By: dkaravas at pointofimpact dot com
-Status: Open
+Status: Bogus
Bug Type: Website problem
PHP Version: Irrelevant
New Comment:
You linked a wrong page.
The right link is:
http://ca3.php.net/manual/en/functi...fected-rows.php
Previous Comments:
------------------------------------------------------------------------
[2005-06-10 18:00:43] dkaravas at pointofimpact dot com
Description:
------------
Hello,
On the mysql_affected_rows function page you have a typo. The page
(http://ca3.php.net/manual/en/functi...fected-rows.php) lists
the function as being spelled "msql_affected_rows". It should be
"mysql_affected_rows".
The way it is spelled on the php.net site generates an unkown function
call.
It appears that other mysql commands are shown as mssql.
Thanks,
Demetri Karavas
Reproduce code:
---------------
Fatal error: Call to undefined function: msql_affected_rows()
Expected result:
----------------
I expect it to return a value of 1 or 0 and not a fatal error.
Actual result:
--------------
Fatal error: Call to undefined function: msql_affected_rows()
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33304&edit=1
|