Home >Backend Development >PHP Tutorial > 搜狗浏览器快速不显示,兼容乱码

搜狗浏览器快速不显示,兼容乱码

WBOY
WBOYOriginal
2016-06-13 12:37:131309browse

搜狗浏览器高速不显示,兼容乱码.

<?php<br />
header("content-type:image/png");<br />
?><br />
<html><br />
<head><br />
</head><br />
<body><br />
<?php<br />
$num_image = imagecreate(200,60);<br />
imagecolorallocate($num_image,120,2,55);<br />
$color = imagecolorallocate($num_image,22,55,66);<br />
imagestring($num_image,50,100,40,111,$color);<br />
imagepng($num_image);<br />
?><br />
</body><br />
</html>

搜狗浏览器 乱码 color html php
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article: PHP汉语汉字验证码 Next article: Cacti邋锗解决办法