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.
 
 
 
 
 

24 lines
383 B

  1. <?php
  2. require_once './php_include/Mysql.php';
  3. /*
  4. $pdo=conn();
  5. $sql="SELECT * FROM base_org WHERE org_id > 0";
  6. $result=$pdo->query($sql);
  7. $r=$result->fetchAll();
  8. print_r($r);
  9. */
  10. ?>
  11. <html>
  12. <head>
  13. </head>
  14. <body>
  15. <a href="list1.php">车票</a><br />
  16. <a href="list2.php">门票</a><br />
  17. <a href="list3.php">演出票</a><br />
  18. </body>
  19. </html>