|
-
Nov 21st, 2008, 03:51 AM
#1
Thread Starter
Hyperactive Member
Secret Location For Pictures?
I want to display pictures from some folder without allowing the user to see the their folder name when he click (rightclick on the photo=>properties).
So I make a seperate file called printit, it contains:
<?php
echo "<img src="IMGFOL/".$_GET['imgname'].">";
?>
and then when I want to display a picture for the user I write:
echo "<img src='printit.php?imgname=12'>";
but the picture wasn't displayed! while the generated url is correct, when I copy it and put in address bar, the picture is displayed.
what is the problem?
thank's in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|