ID: 15085 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Linux Redhat 7.1 PHP Version: 4.0.5 New Comment:
Ask support questions on the appropriate mailinglist. Previous Comments: ------------------------------------------------------------------------ [2002-01-17 10:50:16] [EMAIL PROTECTED] I have wrote the script bellow : for ($i=50;$i<60;$i++) { $requette="INSERT INTO DRE(cle_DRE,nom) VALUES(".$i.",'DRE".$i."')"; $resultat=mysql_query($requette,$connexion); if ($resultat==FALSE) {echo "Erreur : ".mysql_error()."<br>"; return -1;} } the field "cle_DRE" is the primary key of the table "DRE". in the beggining, the table is empty, and when trying to execute this script, the behavior is random, sometimmes it works proprely, and the rows are added to the table, other times, it generates an error message : Erreur : Duplicate entry '50' for key 1. before lunching the script, i always initialise the table (i make it empty). thanks for help::)) ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15085&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]