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:[EMAIL PROTECTED]
> Sent: Thursday, August 05, 2004 11:04 AM
> To: Vincent Jordan; [EMAIL PROTECTED]
> Subject: [SPAM] Re: [PHP-DB] SQL Insert problem
> 
> From: "Vincent Jordan" <[EMAIL PROTECTED]>
> 
> > > > $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

Reply via email to