lomfs24
03-22-2003, 12:34 AM
Does anyone know if you can store files like images in a database like MySQL? And if so how do you go about doing that?
|
Click to See Complete Forum and Search --> : Images and MySQL lomfs24 03-22-2003, 12:34 AM Does anyone know if you can store files like images in a database like MySQL? And if so how do you go about doing that? Nedals 03-22-2003, 11:37 AM You do not want to save an image in a database. Instead you save the image to a file and save the path and image name to the database. lomfs24 03-22-2003, 11:57 AM Thanks nedals! That's kinda what I thought but i wasn't sure. I am learning PHP and am jumping right into the middle of it. I am working on a CMS site that is directed towards non-profit organizations and I wanted a way for someone to easily add their own images, logos and pictures to a site. Thanks again. Oh, and thanks for replying to my double post. Rahn webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |