getPhrase(); // Setting the header to image jpeg because we here render an image header('Content-Type: image/jpeg'); // Running the actual rendering of the captcha image $captcha ->build() ->output() ;