[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

help with PHP/SQL



Hello,
 
I got your e-mail address from a forum thread on SQL Help. I desperately need help for my class project. I need to know how to insert an image in a database table. When I issue a CREATE table command, what attribute represents an image file? eg:
 
CREATE TABLE SClassTable (
  ?image _________? NOT NULL,
  description VARCHAR (64) DEFAULT NULL,
  reference INT (5) DEFAULT NULL,
  price VARCHAR(15),
  PRIMARY KEY (reference),
  KEY (description)
 
Thanks in advance!

Reply to: