This has been asked many times before, but unless you have a reeeeeally good
reason for storing the image in the database, don't. Instead, upload the
image file to a directory on the server and store the URL to the image in
the database. Fewer db resources are consumed.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 15, 2002 3:23 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] images
> 
> 
> How can I allow the user to upload images to a php website 
> and have the
> image stored in the mysql db?
> 
> Thanks,
> Eddie
> 
> 
> -- 
> 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

Reply via email to