|
Posted by NC on 12/24/06 04:42
John Henckel wrote:
>
> This is the simplest, quickest, dirtiest, leanest, meanest,
> thumbnail/slideshow image viewer PHP script I have ever seen.
OK, this may be, but why do this:
> // The location of thumb.php on your host goes here...
> $self = "/mypics/thumb.php"
when you can write:
$self = $_SERVER['PHP_SELF'];
???
Cheers,
NC
Navigation:
[Reply to this message]
|