Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if the CAPTCHA cannot be displayed in PHP?

2025-03-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Editor to share with you what to do if the CAPTCHA cannot be displayed in PHP. I believe most people don't know much about it, so share this article for your reference. I hope you will gain a lot after reading this article. Let's learn about it together.

The reason why PHP CAPTCHA can not be displayed and its solution

First, if it is utf-8, it is possible that BOM has not been cleared

Second, there is output before Header ("Content-type: image/PNG")

Third, the first line of PHP hides the code, such as spaces, carriage returns and so on. Resolution code:

$image_width=70; / / set the width of the image $image_height=18; / / set the height of the image $new_number=$_GET [num]; / / $new_number=5;$num_image=imagecreate ($image_width,$image_height); / / create a canvas imagecolorallocate ($num_image,255255255); / / set the color of the canvas $black=imagecolorallocate ($num_image,0,0,0); / * / for

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 303

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report