corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php
/*
Thumber super-simple calling method.
This is another simple method of creating a page of thumbs.
We simply include thumber via URL include, specifying the image directory
with ?img=/some/path, like so..
*/
include 'http://'.$_SERVER['HTTP_HOST'].'/inc/img/thumber.php?dir=/public/machine/source/php/imaging/thumber-examples';
/*
For more control and portability, use file system includes, see..
super-simple-portable-thumber-setup.php
embed-thumber-whole-page.php
embed-thumber-in-a-div-in-your-page.php
..for more details.
Embedding is also super-simple!
;o)
(c) 2005->tomorrow! ~ cor + corz.org ;o)
*/
?>