php-db | 2002091
Date: 09/07/02
- Next message: Adam Williams: "Re: [PHP-DB] SQL Query"
- Previous message: CrossWalkCentral: "[PHP-DB] getting table structure"
- Next in thread: Adam Williams: "Re: [PHP-DB] SQL Query"
- Reply: Adam Williams: "Re: [PHP-DB] SQL Query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Guys I have written this SQL Query :
CREATE TABLE tasks (id INT AUTO_INCREMENT, name VARCHAR(50), desc TEXT, address VARCHAR(50), startDate DATE, lastWork DATE, progress INT(3))
I'm sending it in through php and I can't get it to work correctly. Please help. Also, I would like to make id the primary key/index
-Bryan
- Next message: Adam Williams: "Re: [PHP-DB] SQL Query"
- Previous message: CrossWalkCentral: "[PHP-DB] getting table structure"
- Next in thread: Adam Williams: "Re: [PHP-DB] SQL Query"
- Reply: Adam Williams: "Re: [PHP-DB] SQL Query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

