> $query = "INSERT INTO accounts (`id-sys`, rtime) VALUES('".$accnts[0]."', > 'NOW()')"; Remove the quotes around NOW(). It's a function, not a string. ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php