⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tip.php

📁 BLOG HOSTER---PHP & MYSQL Create Blogs in seconds Installation of your BlogHoster system is easy.
💻 PHP
字号:
<?

include "header.php";

if(isset($_GET['tip_id'])) { $tip_id = $_GET['tip_id']; } else { exit(); }
$tip_info = mysql_fetch_assoc(mysql_query("SELECT * FROM bhost_tips WHERE tip_id='$tip_id'"));

echo "
<html>
<head>
<title>$tip1</title>
<style type='text/css'>

body {
margin: 10px;
font-size: 8pt; 
font-family: verdana, arial, tahoma; 
color: #333333;
line-height: 17px;
}

input.sbutton { 
background-color: #DDDDDD; 
font-size: 8pt; 
font-weight: bold; 
font-family: verdana, arial, tahoma; 
}

h2 { 
font-family: \"Trebuchet MS\", verdana, arial, tahoma; 
margin-bottom: 4px; 
font-size: 12pt; 
}

</style>
</head>
<body>
<h2>$tip_info[title]</h2>
$tip_info[tip]

<br><br>
<input type='button' class='sbutton' value='$tip2' onClick='window.close()'>
</body>
</html>
";

?>

⌨️ 快捷键说明

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