冰咖啡之旅expq.blog.chinaunix.net
exp07
全部博文(165)
MQL4(1)
awk(1)
web(6)
java(1)
php(8)
c(10)
python(13)
perl(2)
erlang(1)
bash(7)
mysql(1)
2014年(10)
2013年(14)
2012年(9)
2011年(22)
2010年(17)
2009年(17)
2008年(26)
2007年(34)
2006年(16)
zdszdszd
realgod
lhhli
xiongyef
浪花小雨
Bsolar
zhengfan
sunnyqbo
FlyLin_C
yuqinsha
vcdtwo
分类: LINUX
2010-11-13 18:47:49
function randColor() { $pattern = '1234567890ABCDEF';//字符池 for($i=0;$i<6;$i++) { $color16x .= $pattern{mt_rand(0,15)};//生成php随机数 } return '#'.$color16x; }
$reason_group = "select distinct(reason) from filter where owner='$owner';";$query_reason = mysql_query($reason_group) or die("Invalid query: " . mysql_error()); while ($row_reason = mysql_fetch_object($query_reason)){ $color = randColor(); $reason .= " $row_reason->reason /"; unset($color); }
$reason = rtrim($reason, "/");
上一篇:PHPMailer
下一篇:mysql相关
登录 注册