php-db | 2001011
Date: 01/15/01
- Next message: Timothy Wright: "[PHP-DB] another dumb newbie question - backslash before single quote"
- Previous message: William Bailey: "[PHP-DB] Storeing images in a database table, should it be done?"
- In reply to: William Bailey: "[PHP-DB] Storeing images in a database table, should it be done?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
-----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>
- Next message: Timothy Wright: "[PHP-DB] another dumb newbie question - backslash before single quote"
- Previous message: William Bailey: "[PHP-DB] Storeing images in a database table, should it be done?"
- In reply to: William Bailey: "[PHP-DB] Storeing images in a database table, should it be done?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

