setInterpolation(false); $builder->build(256, 64); $_SESSION["captcha_phrase"] = $builder->getPhrase(); if ($mode === "captcha") { echo ''; exit; } if ($mode === "captchaimg") { header("Content-Type: image/jpeg"); $builder->save(null, 40); exit; }