" .sprintf("%0"."$textcountlength"."d",$hitcount).""; } else { $longstr = strlen($hitcount); for ($x=0; $x < $longstr; $x++) { $image = substr($hitcount,$x,1); echo "\"$image\""; } } } header("Location: nag-source.tgz"); header('Content-Type: application/octet-stream'); header("Content-Disposition: attachment; filename=nag-source.tgz"); exit; ?>