[code]<?
print("<HTML>\n");
print("<HEAD>\n");
print("<TITLE>转换所有的标记为PHP</TITLE>\n");
print("</HEAD>\n");
$Hour = date("H");
$Intensity = round(($Hour/24.0)*(0xFF));
$PageColor = dechex($Intensity) . dechex($Intensity) . dechex($Intensity);
php学习之家
print("<BODY BGCOLOR=\"#$PageColor\">\n");
print("<H1>转换所有的标记为PHP</H1>\n"); www.444p.com
print("</BODY>\n"); www.444p.com
print("</HTML>\n");
?>[/code]
本文来自 www.444p.com
















