[PHP-DB] How to upload images to mysql database?

2002-08-15 Thread Bo

Question as title, any info will be appreciated.
Thanks.

Bo



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




Re: [PHP-DB] How to upload images to mysql database?

2002-08-15 Thread Miles Thompson

Generally better to load information about the image, including its 
location, to the database. This is faster, keeps the database to a 
manageable size, and avoids unpacking the the image, so to speak, every 
time you want to use it.

Miles Thompson

At 12:13 PM 8/15/2002 -0500, Bo wrote:
>Question as title, any info will be appreciated.
>Thanks.
>
>Bo
>
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php



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




Re: [PHP-DB] How to upload images to mysql database?

2002-08-15 Thread Jason Wong

On Friday 16 August 2002 01:13, Bo wrote:
> Question as title, any info will be appreciated.
> Thanks.

Search the archives. This has been covered quite thoroughly many times before.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
Behold the warranty -- the bold print giveth and the fine print taketh away.
*/


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