message.php

来自「PHPYou是基于php+mysql架构的开源图库相册系统.以其强大易用的图片批」· PHP 代码 · 共 18 行

PHP
18
字号
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<meta name="robots" content="index,follow">
<meta http-equiv="refresh" content="2;url=<?php echo $gotourl;?>">
<title>信息提示</title>
<style type="text/css">
body{ background: #333; color: #999;font:9pt/200% Verdana;}
a{text-decoration: none;color:#659B28}
a:hover{text-decoration: underline;}
img{border:0;}
</style>
</head>
<body><center>
<div style="padding:15px 60px;border:1px solid #666666;background:#3f3f3f ; text-align:center; margin:20% auto auto; width:550">
 &raquo; 提示信息<br />
<?php echo $msg;?><br /><a href="<?php echo $gotourl;?>">如果您的浏览器没有自动跳转,请点击这里</a></div>
</center>
</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?