Eric, Monday, January 28, 2002, 2:30:47 PM, you wrote:
ETK> Eric here from South Africa. ETK> I'm fairly new at using mysql and need to access images via a php website. ETK> What is the best way to store images or reference to images like jpg and ETK> gifs in a mysql db? Also what would the sql ETK> querie look like to call the and view the image. Is there any documentation ETK> specificaly geared towards to images in mysql. You can store images in database using blob data type, see http://www.mysql.com/doc/B/L/BLOB.html In other way, you can store references to images. -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php