glenelkins Posted November 18, 2006 Share Posted November 18, 2006 ok iv got this far:view.html[code]<img src="image.php?id=1">[/code]image.php[code]$img = $_GET['id'];$imagefile = $id . ".gif";[/code]bt how do i get it to display that image in view.php?? Link to comment https://forums.phpfreaks.com/topic/27711-banner-impressions-ctd/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.