This one time, at band camp, Austin Denyer <[EMAIL PROTECTED]> wrote:


> It is generally accepted that storing things like that in a database is
> a Bad Thing.  Much better to store the images as files and store the
> path in the database.

Storing paths and databases in slower than just storing images in the db
or simnply storing them on the server. You are making a db request and a
file system request. Rather than a single request to the db.
What is a file system if not a database?

Kevin


-- 
"Democracy is two wolves and a lamb voting on what to have for lunch. 
Liberty is a well-armed lamb contesting the vote."

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

Reply via email to