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

Re: (OT!) help with PHP/SQL



Hi,

first: your question is off-topic in this mailing list! Please move to a mailing list dealing with database (MySQL?) questions.

The correct data type for binary data (like an image is) in most cases will be the Binary Large OBject - "BLOB". But it may differ depending on your database engine. For finding out how to put the image into the database table, please use one of these PHP mailing list / phorums.

Best regards,
Andreas

table. When I issue a CREATE table command, what attribute represents an image file? eg:

CREATE TABLE SClassTable (
  ?image _________? NOT NULL,


--
procommerz - Internet fuer Unternehmen
http://www.procommerz.de | 033925-90710

Stoppt TCPA, das Zensursystem von Microsoft! | http://www.againsttcpa.com



Reply to: