Thank you all for the help. I can't believe I forgot something so simple yet crucial. Thanks again for all the help. Vinny > -----Original Message----- > From: John W. Holmes [mailto:holmes072000@xxxxxxxxxxx] > Sent: Thursday, August 05, 2004 11:04 AM > To: Vincent Jordan; php-db@xxxxxxxxxxxxx > Subject: [SPAM] Re: SQL Insert problem > > From: "Vincent Jordan" <vjordan@xxxxxxxxxxxxxx> > > > > > $sql = "INSERT INTO rmarequest (firstname, lastname, address, > > > > address2, > > > > city, state, zip, phone, email, serial, product, reason, > > > > rmanumber)VALUES > > > > ('$firstname', '$lastname', '$address', '$city', '$state', > > > > '$zip', '$phone', > > > > '$email', '$serial', '$product', '$reason', '$rmanumber') or die > > > > (mysql_error())"; > > Uhhhmmmm......... where's mysql_query()??????? > > $sql = "INSERT ..."; > > $result = mysql_query($sql) or die(mysql_error()); > > ---John Holmes... > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php