George B wrote:
is it possible to put in a jpg file into a database? I am trying to make like a catalong and have all the files (including pics) and everyone can see.
is this possible?

Sure -- if you're using a MySQL database, just use a BLOB field and put the data in as you would a string of text.

Don't forget to mysql_real_escape_string() it.

Jasper

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to