franknu Posted October 30, 2006 Share Posted October 30, 2006 ok i have a picture in my database that i want to display or a link of that picture so i can do it manuallydoes anyone have any idea how to do this...'[code=php:0] <?<img src="$Picture1" width="203" height="152"/> <br/>?> <hr></td> <td width="62%" valign="top"> <div align="center"><font color="#0000A0"><strong> <a href="<?=$row['includefiles/business_display.php']?>"><?=$row['BusinessName']?></a></strong></font> <br> <font color="#000000"><?=$row['Slogan']?></font><br> <?=$row['Business_Address']?><br> Tel <?=$row['Tel']?> Fax: <?=$row['Fax']?> </div>[/code]this is what i have for now... but it is not working and i think that i am on the right direction Link to comment https://forums.phpfreaks.com/topic/25614-displaying-pictures/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.