ID:               15899
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         MySQL related
 Operating System: linux
 PHP Version:      4.1.2
 New Comment:

I failed to see what problem you try to describe?


Previous Comments:
------------------------------------------------------------------------

[2002-03-06 09:53:49] [EMAIL PROTECTED]

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

------------------------------------------------------------------------

[2002-03-06 09:39:37] [EMAIL PROTECTED]

hi all


   $my_sql = "INSERT INTO $table ( my_time ) values( NOW())";

   if(!$my_res = mysql_query($my_sql,$my_db))
   {echo "ERROR query<BR>".mysql_error($my_db);}

   $test1 = mysql_insert_id();
   $test2 = mysql_affected_rows($my_db);
   echo "<p>my result $test1 $test2 <br>";

the correct result from $test1 if 1..9 and from $test2 = 1 

the entry in the db is correct
plz test this link

http://62.72.17.147/bug.php4
http://62.72.17.147/bug.phps

and the mysql db for local test's

http://62.72.17.147/bug.txt

sorry for my bad englich ;)

Rene


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15899&edit=1

Reply via email to