<?php header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="image.bmp"'); for( $i=0; $i < 256; $i++) echo utf8_encode( chr( $i)); ?>