<?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)
*/
?>
back to the source menu
test

Welcome to corz.org!

I'm always messing around with the back-end.. See a bug? Wait a minute and try again. Still see a bug? Mail Me!