A_berezin,

I already have mine working by taking out the "ob_"lines out, should I add the
"header" lines in thier place? Would it look like this:
Code:
header('Content-Transfer-Encoding: binary');
require('includes/application_top.php');
header('Content-Disposition:attachment; filename=captcha_img.' . $this->img_type);

require(DIR_WS_CLASSES . 'captcha.php');
$captcha = new captcha();

$captcha->generateCaptcha();
Oh and once again thanks for the mod

Thanks,
Chad