
I have very little idea how it actually works.
( ,
Fri 17 Nov 2006, 13:57,
archived)

php will pick a file at random from a pool of files in a directory.
It'll get the filesize and then write the header, e.g
Content type: image/jpeg\n\n
and then it will read the file from disk and squirt it out to the browser.
Hurrah! Funs for all.
( ,
Fri 17 Nov 2006, 13:59,
archived)
It'll get the filesize and then write the header, e.g
Content type: image/jpeg\n\n
and then it will read the file from disk and squirt it out to the browser.
Hurrah! Funs for all.