php-db | 2001011

RE: [PHP-DB] Storing images in a database table, should it be done? From: Cal Evans (cal <email protected>)
Date: 01/15/01

Generically speaking, when faced with the option of putting graphics in a
Blob field or putting a pointer to them and storing them on the file system,
I have always chosen to store a pointer in the database and store the image
on the file system.

Cal
http://www.calevans.com

-----Original Message-----
From: William Bailey [mailto:williamb <email protected>]
Sent: Monday, January 15, 2001 11:59 AM
To: php-db <email protected>
Subject: [PHP-DB] Storeing images in a database table, should it be
done?

Currently working on a site that will enable a paintball (or other type)
team to have there own site on the net.

They will all follow the same format and was thinking about putting there
images into a database table. I'm not asking how to do it, just should i do
it and what performance impact will it have.

I'm just thinking that it will be easier to manage an admin system if
everything is in a database and will therefore not have to worry about file
permissions etc.

Thanks,
        William.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>