Jabbamonkey
08-15-2002, 10:34 PM
I'm trying to add a row to a MySQL database using PHP. I keep getting an error though.
Here is the line of code...
insert into advisoryarticles values ("", $article_date, $article_title, $article_url, $bioid, $article_source);
The first field is an auto_incremental field, so I am trying to leave it blank and let the database choose. Is that where the problem lies?
Jabbamonkey
Here is the line of code...
insert into advisoryarticles values ("", $article_date, $article_title, $article_url, $bioid, $article_source);
The first field is an auto_incremental field, so I am trying to leave it blank and let the database choose. Is that where the problem lies?
Jabbamonkey