Forum Moderators: coopster
[b]Link:[/b]
<a href="showimg.asp?img=/foto/nina01.gif">[b]Template Page:[/b]
<%
Dim sIMGPath, sTemplateTop, sTemplateBottom
sTemplateTop = "../SSI/nbTop.asp"
sTemplateBottom = "SSI/nbBottom.asp"
sIMGPath = Request.Querystring("img")
%>
<!--#include virtual="SSI/nbTop.asp"-->
<p align="center">
<img src="<%=sIMGPath%>" border="1" align="center">
</p>
<!--#include virtual="SSI/nbBottom.asp"-->
With what little knowledge I have of php I've given it a bit of a go, but really, I haven't a clue. Any help would be nice, thanks.
<img src="<?= $_GET["img"]; ?>">
;)