quote:
Originally posted by jackass_wanabe
hmmmm ok try this, open a image in notepad
code:
<?php
header("Content-type: image/bmp");
echo base64_decode('enter all those image crap numbersletter etc here');
?>
He wants randomly images, not just one... So PHP needs to read a random image... and than later put al the 'text' trough base64_decode I guess...