corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php
/*
Thumber super-simple (alternative) calling method.
This is a simple method of creating a page of thumbs.
We include thumber via readfile(), specifying the image directory using ?img=/some/path, just
like when using URL include, like so..
*/
readfile('http://'.$_SERVER['HTTP_HOST'].'/inc/img/thumber.php?dir=/public/machine/source/php/imaging/thumber-examples');
/*
Using include is generally better, because it won't leave entries in your logs. You could code
around that in your logger, of course. Basically, if you can't get include working, try this
method.
;o)
(c) 2003->tomorrow! ~ cor + corz.org ;o)
*/
?>