http://localhost/Untitled-21.php

来源:互联网 发布:淘宝网安踏女鞋 编辑:程序博客网 时间:2024/06/05 10:54

今日小语:微笑,是最好的国际语言 

<?php
header("refresh:5");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>小贴士</title>
</head>

<body>
<?php
$msg[0]="学如逆水行舟,不进则退";
$msg[1]="今日事,今日毕";
$msg[2]="登高必自卑,若涉远必自迩";
$msg[3]="天下无难事,只怕有心人";
$msg[4]="失败是成功之母";
$msg[5]="微笑,是最好的国际语言";
$i=rand() % 6;
echo "今日小语:$msg[$i]";
?>
</body>
</html>
 

原创粉丝点击