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 Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.