CodeSnippet/phpd/index.php

13 lines
179 B
PHP
Raw Permalink Normal View History

2014-02-27 19:55:22 +08:00
<html>
<meta charset="utf-8">
<head>
<title>数据库调用测试页面</title>
</head>
<body>
<?php
require_once('main.php');
?>
</body>
</html>