"Problem" Do picture verification code when garbled, in front of the header plus Ob_clean () can be magical display?!

Source: Internet
Author: User

The source code is as follows:

1<?PHP2    //Image Verification Code3 //The method must be at the top of the script4    Session_Start();5    //the correspondence between the verification code picture and the corresponding validation value6    $table=Array(7' Pic0 ' = ' bo ',8' Pic1 ' = ' hamster ',9' Pic2 ' = ' satsuma ',Ten' pic3 ' = ' Teddy ', One        ); A  -    $index=Rand(0,3); -      the    $value=$table[' pic '.$index]; -    //verification values for random CAPTCHA images -    $_session[' authcode '] =$value; -      +    //the address of the Verification code picture -    $filename=dirname(_file_). ' \\pic '.$index.‘. jpg; +    $contents=file_get_contents($filename); A     at    //The first picture does not display, displays a bunch of garbled characters, plus this sentence is good!  -    Ob_clean(); -  -    Header(' Content-type:image/jpeg '); -    Echo $contents; -  in?>

Check the document, it said, but I still do not know what it is talking about!

void ob_clean ( void )

This function is used to discard the contents of the output buffer.

This function does not destroy the output buffer, and the Ob_end_clean () function destroys the output buffer.

"Problem" to do the picture verification code garbled, in front of the header with Ob_clean () can be magical display?!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.