hi,
you can use following script:
$imgstr = "<img src="$imagepath.$imagefilename" width="100" height
= "100">";
then simply echo $imgstr;
imgpath n filename will be your values stored in db.
--- In ydn-php%40yahoogroups.com">ydn-php
yahoogroups.com, "Tariq" <tariq1654
...> wrote:
>
> I have saved image path & filename in mysql database. But can't show
> image. Problem is: I want to retrieve image-name from mysql & then
> show the image from stored directory. Can anybody help me?
>