MySQL Forums
Forum List  »  PHP

image display problem from mysql database
Posted by: shahid karimi
Date: March 13, 2009 07:55AM

i saved images in the mysql database as BLOB, OK succussfull. but when i tryed to display each images in a table i failed to do so like:

while($row_img($res_imgs))
{
echo $row_img['src'];
echo "<br>";
}

///
can i accomplish this?? please help me

Options: ReplyQuote


Subject
Written By
Posted
image display problem from mysql database
March 13, 2009 07:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.