RE: [PHP] mysql statement (still a semi newbie)

2002-08-14 Thread vic
t have the $ those words are the cells in your database. I don't know about the DEFAULT thing or the VALUES thing. - Vic -Original Message- From: Alexander Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 4:50 PM To: [EMAIL PROTECTED] Subject: [PHP] mysql statement (

[PHP] mysql statement (still a semi newbie)

2002-08-14 Thread Alexander Ross
What is wrong with the statement below? Am I using DEFAULT incorrectly? That first column is an auto_incrementing column so i don't want any data to get inserted there. Thanks for you help. INSERT INTO cast VALUES(DEFAULT, 'Rick', 'Blaine', 'Humphrey', 'Bogart', 'male'); Thanks! Alex -- PH