Solution to garbled image output from php: First create an image output code named [showimg.php]; then customize the function [rand_create()] to create a random verification code image; finally, display the verification code when needed Just add the link [
Solution to garbled picture output by php:
First, create an image output code named
showimg.php
<?php rand_create(); function rand_create() { srand((double)microtime()*1000000); $im = imagecreate(62,20); $black = ImageColorAllocate($im, 0,0,0); //RGB黑色标识符 $white = ImageColorAllocate($im, 255,255,255); //RGB白色标识符 $gray = ImageColorAllocate($im, 200,200,200); //RGB灰色标识符 imagefill($im,0,0,$gray); while(($randval=rand()%100000)<10000);{ imagestring($im, 5, 10, 3, $randval, $black); } //加入干扰象素 for($i=0;$i<200;$i++){ $randcolor = ImageColorallocate($im,rand(0,255),rand(0,255),rand(0,255)); imagesetpixel($im, rand()%70 , rand()%30 , $randcolor); } //输出验证图片 ImagePNG($im); } ?>where the custom function
rand_create()
is created A random-shaped verification code image. At first, I wanted to directly reference this code into the html language, that is:<html> <head><title>输入验证码</title><head> <body> <?php ******* ?> // 即上面的验证码图像生成函数 </body> </html>The result showed a garbled code similar to the following:
[quote]嘘NG IHDR>?~&aPLTE???热?锳′潽罽北??2?w/{2[緵?Y)描锽顖bT Quanchu陔 Yeah|gnk??霭:1l#?@ E灪勌R鼀chlor骪?憸K\Dun8 peak 9n F暋痖|?Y埄?credit;冡c椥楏鬀6^??訳??娆苀*邝拀1?h.@?_ ?Wshun{弝_L?闍鄈觨?"L8Y2?炂F0?欥_3=孼?D?{(四 tie 5?1宄红饹b0UóB=*魔聬夡屋0黄Gd#?苙??巀>?q!q?Mp璔n贉戈Y篎j ▲2? ??载?愋?(訨Oa忟K?oK迉:嫇K carryingL堨衦絇炆?V贘U鎎|鞇浭?eNt?潊?3????Zphase t?戈秋癭鳋??jv见迬?S1 sense E?gc2啨蚧=?w湋m3U嘊_J熖Specialㄔ訨?B1?sIDATx渃`B&T0哓0? B誊?摮qh`eZ g B碈?8vomitLs @?hft1?m?朿呖@ Trend??I??;? Y?Edge屵z&~0?EL戦gun,$?Au坄?`??A?濸slF"俍Q嵧v?? k鄗嘹?犚HN蹖鎃?P堹[/quote]
[color=red][b]It turns out[/b][/color], this is a segment program, and
[b]
The program must be located at the very beginning, even if there is a blank line in front of it, and after the graphics are output, no other content can be output [/b]. In this case, a page, Only one picture can be displayed. The solution to theproblem is, create another page and add the link
, it is easily solved.
Related learning recommendations: PHP programming from entry to proficiency
The above is the detailed content of What should I do if the php output image is garbled?. For more information, please follow other related articles on the PHP Chinese website!

The article compares ACID and BASE database models, detailing their characteristics and appropriate use cases. ACID prioritizes data integrity and consistency, suitable for financial and e-commerce applications, while BASE focuses on availability and

The article discusses securing PHP file uploads to prevent vulnerabilities like code injection. It focuses on file type validation, secure storage, and error handling to enhance application security.

Article discusses best practices for PHP input validation to enhance security, focusing on techniques like using built-in functions, whitelist approach, and server-side validation.

The article discusses strategies for implementing API rate limiting in PHP, including algorithms like Token Bucket and Leaky Bucket, and using libraries like symfony/rate-limiter. It also covers monitoring, dynamically adjusting rate limits, and hand

The article discusses the benefits of using password_hash and password_verify in PHP for securing passwords. The main argument is that these functions enhance password protection through automatic salt generation, strong hashing algorithms, and secur

The article discusses OWASP Top 10 vulnerabilities in PHP and mitigation strategies. Key issues include injection, broken authentication, and XSS, with recommended tools for monitoring and securing PHP applications.

The article discusses strategies to prevent XSS attacks in PHP, focusing on input sanitization, output encoding, and using security-enhancing libraries and frameworks.

The article discusses the use of interfaces and abstract classes in PHP, focusing on when to use each. Interfaces define a contract without implementation, suitable for unrelated classes and multiple inheritance. Abstract classes provide common funct


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6
Visual web development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment