Search found 2 matches

by meHere
Thu Oct 21, 2004 5:03 pm
Forum: Databases
Topic: store and display images in a db
Replies: 3
Views: 362

when i am adding a new product to the db i also add an image such as pic.gif typed in by the user. Then to display this i use <?php echo '<td width="7%" align="center"><img src="'.$file.'" alt="my picture"/></td></tr>'; ?> where $file is equal to what the user...
by meHere
Mon Oct 18, 2004 3:31 pm
Forum: Databases
Topic: store and display images in a db
Replies: 3
Views: 362

store and display images in a db

How do I store pictures in a db and then display the pictures on my site? for each item stored in my db i want to display a picture of it. i upload the location in memory of the picture using a form and store it but after that i am lost. how do I use this location to display the image. I have read b...