View Single Post
Old 05-12-2003, 12:08 AM  
michaelw
Confirmed User
 
Join Date: May 2002
Location: Calgary, Canada
Posts: 1,342
$target is the page youre opening..

my suggestion would be to change $target to point to a php page, right now its opening up just the picture..

make it open something like
$target = "page.php?image=thumb$jpegs[$picnum]"

then make a new php script page.php, and make it show whatever image was passed - ie
PHP Code:
echo "<img src=\"$image\" border=\"0\">"
__________________
<b><a href="http://www.hotlinkprotector.com"><font color="yellow">Hotlink Protector</font></a> - Protect all your file types from hotlinking the professional way. <br>
See a demo <a href="http://www.hotlinkprotector.com/demo.html"><font color="yellow">here</font></a>, and testimonials <a href="http://www.hotlinkprotector.com/testimonials.html"><font color="yellow">here</font></a><br>ICQ: 146423631
michaelw is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote