![]() |
#2
gupiao1752011-03-08 23:25
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<?php
$im=imagecreate(200,60);
$white=imagecolorallocate($im,225,66,159);
imagegif($im);
?>
</body>
</html>