RE: [PHP-DB] Multiply Auto_Increments

2002-11-13 Thread Toby Parkins
Richard, Here is the code $sql = " INSERT INTO $table (id,date,user,title,brief,body,expires,visible) VALUES(NULL,\"$date\",\"$user\",\"$title\",\"$brief\",\"$body\",\"$exdate\", \"1\") "; $connection = mysql_connect($dbhost, $dbusername, $dbpass) or die

RE: [PHP-DB] Multiply Auto_Increments

2002-11-13 Thread Toby Parkins
Hi Richard, Thank you for all your time. It is nearly midnight here! All the code including // test sections is News Article added"; } // echo ($msg); $close = mysql_close($connection) or die("Could not close database"); if ($close) {echo ("Database c