[PHP] mysql_db_query create table error

2001-09-11 Thread mkrisher
All, I am trying to create a table in a mySQL database, seems like it would be easy enough, but for some reason it is not working, below is the code: // Query to create table and columns $sql = CREATE TABLE 'products' ( id INTEGER UNSIGNED

Re: [PHP] mysql_db_query create table error

2001-09-11 Thread David Robley
On Wed, 12 Sep 2001 01:19, mkrisher wrote: All, I am trying to create a table in a mySQL database, seems like it would be easy enough, but for some reason it is not working, below is the code: // Query to create table and columns $sql = CREATE TABLE 'products' (