index3.php

来自「php模块设计。。。里面的模块很有学习价值」· PHP 代码 · 共 20 行

PHP
20
字号
<html>
<head>
<title>Advertising</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF">

机率换图 - 广告轮播高级版<br><br>
范例:首页上方的广告横轴<br>
<?php
	include("db_conn.php");
	include("db_func.php");
	include("wei_gra.php");   
	echo wei_gra();
?>

</body>
</html>

⌨️ 快捷键说明

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