Melz6682 Posted May 15, 2006 Share Posted May 15, 2006 I am a newbie to php and mysql. i have a questions.What's the best way to save images to my database and display them into my php page. I created a page www.it2o.com/nadir4, and there are articles that display images within them, so how can i save my images through an upload form, then post them to the database and from there display them into the page? . I created an upload page www.it2o.com/nadir4/upload_info.htmlThanks alot...your help is appreciated Link to comment https://forums.phpfreaks.com/topic/9734-how-can-i-display-images-from-db/ Share on other sites More sharing options...
rburch Posted May 16, 2006 Share Posted May 16, 2006 You can not store images in a database, just their names. You can then reference them by the name you have in the database. Make sense? Link to comment https://forums.phpfreaks.com/topic/9734-how-can-i-display-images-from-db/#findComment-36156 Share on other sites More sharing options...
moberemk Posted May 16, 2006 Share Posted May 16, 2006 Yes. However, there is a way to store files into the database; I just don't know how, and Dreamweaver can't do it. Link to comment https://forums.phpfreaks.com/topic/9734-how-can-i-display-images-from-db/#findComment-36250 Share on other sites More sharing options...
BlkShodan Posted May 25, 2006 Share Posted May 25, 2006 [!--quoteo(post=374294:date=May 16 2006, 10:42 AM:name=moberemk)--][div class=\'quotetop\']QUOTE(moberemk @ May 16 2006, 10:42 AM) [snapback]374294[/snapback][/div][div class=\'quotemain\'][!--quotec--]Yes. However, there is a way to store files into the database; I just don't know how, and Dreamweaver can't do it.[/quote]Just like pictures - you store references to files in your database. Unless you want to use a memo field to store large blocks of information. Link to comment https://forums.phpfreaks.com/topic/9734-how-can-i-display-images-from-db/#findComment-39024 Share on other sites More sharing options...
moberemk Posted May 25, 2006 Share Posted May 25, 2006 That's kinda what I just said. You can store the references, but with Dreamweaver, you can't show the images themselves. Link to comment https://forums.phpfreaks.com/topic/9734-how-can-i-display-images-from-db/#findComment-39052 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.