FirePhoenix Posted February 25, 2007 Share Posted February 25, 2007 I am just learning PHP and I have a problem now I know how to do links in html using PHP variables <a href="<? echo $variable; ?>">Link</a> Now this works fine so I figured an image address would be the same <img src="<? echo $image_variable; ?>"> But it doesnt work can anyone tell me what i am doing wrong Link to comment https://forums.phpfreaks.com/topic/40045-solved-simple-image-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.