You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
- require_once './php_include/Mysql.php';
- /*
- $pdo=conn();
- $sql="SELECT * FROM base_org WHERE org_id > 0";
- $result=$pdo->query($sql);
- $r=$result->fetchAll();
- print_r($r);
- */
- ?>
-
- <html>
- <head>
- </head>
- <body>
- <a href="list1.php">车票</a><br />
- <a href="list2.php">门票</a><br />
- <a href="list3.php">演出票</a><br />
- </body>
- </html>
-
-
|