|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-09-22 10:28 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 10:00:01 2025 UTC |
This simple script mysql_connect("localhost", "", ""); if ($res = mysql("test", "UPDATE user SET login='abcd' WHERE id=1")) { echo mysql_affected_rows() . " rows<BR>\n"; } displays 589505315 (but sometimes 0), but table "user" contains less than 20 rows. php3-rc4 works fine. i have php3 compiled as apache module (apache 1.3b7) and i have mysql-3.21.29 installed.