Welcome to Dream.In.Code
Become a PHP Expert!

Join 149,984 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,401 people online right now. Registration is fast and FREE... Join Now!




Problems with image display

 
Reply to this topicStart new topic

Problems with image display

matt-the-mash
27 Nov, 2006 - 08:11 AM
Post #1

D.I.C Head
**

Joined: 10 Jul, 2006
Posts: 120



Thanked: 1 times
My Contributions
Through the database forum, i have found how to store images in my mysql database via 'BLOB'.

I can also display the image on screen by using a standard query
CODE

$query = "SELECT image FROM class_info WHERE class=4";
$result = mysql_query($query) or die('Error,query failed');

while($show = mysql_fetch_object($result)){

echo $show->image;


I have also tried
CODE
$show['image'];


The problem i have, is i want to display the image along with some other text data from the d/base and i would like to display them in a table or fieldset.
Whenever i try to display more than the image, or try to format the layout, the image it shown on screen as lots of characters, which i assume are translated from the binary.

Any idea how to correct this?
User is offlineProfile CardPM
+Quote Post

matt-the-mash
RE: Problems With Image Display
27 Nov, 2006 - 08:38 AM
Post #2

D.I.C Head
**

Joined: 10 Jul, 2006
Posts: 120



Thanked: 1 times
My Contributions
I've sorted this one.
User is offlineProfile CardPM
+Quote Post

Lord Hadies
RE: Problems With Image Display
7 Dec, 2006 - 03:30 AM
Post #3

D.I.C Regular
***

Joined: 24 Nov, 2006
Posts: 307


My Contributions
QUOTE(matt-the-mash @ 27 Nov, 2006 - 09:38 AM) *

I've sorted this one.

umm...how??? shouldn't you give the details of how you solved the issue???

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/8/09 07:27PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month