Re: INSERT INTO Table problems

2001-03-18 Thread Vigile
make sure the values are placed in the correct columns? Ryan Shrout Production Manager Athlonmb.com http://www.athlonmb.com [EMAIL PROTECTED] - Original Message - From: "Jason Landry" <[EMAIL PROTECTED]> To: "Ryan Shrout" <[EMAIL PROTECTED]>; <[EMAIL PRO

Re: INSERT INTO Table problems

2001-03-18 Thread Jason Landry
To: <[EMAIL PROTECTED]> Sent: Sunday, March 18, 2001 11:39 PM Subject: INSERT INTO Table problems Okay, another question from the stumbling idiot: what's wrong with this code: $insert_query = "INSERT INTO news (NewsID, Title, Date, Author, Source, Link, Information, Status) VALUES (&

INSERT INTO Table problems

2001-03-18 Thread Vigile
Okay, another question from the stumbling idiot: what's wrong with this code: $insert_query = "INSERT INTO news (NewsID, Title, Date, Author, Source, Link, Information, Status) VALUES ('', 'asdf', '2001-03-19 00:33:47', '1', 'asdf', 'asdf', 'asdf', '2') LIMIT 0, 30"; $insert_result = mysql_quer

INSERT INTO Table problems

2001-03-18 Thread Ryan Shrout
Okay, another question from the stumbling idiot: what's wrong with this code: $insert_query = "INSERT INTO news (NewsID, Title, Date, Author, Source, Link, Information, Status) VALUES ('', 'asdf', '2001-03-19 00:33:47', '1', 'asdf', 'asdf', 'asdf', '2') LIMIT 0, 30"; $insert_result = mysql_quer