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
416 B

  1. <?php
  2. /*
  3. Author:XM
  4. Compeny:Spiders Travel
  5. */
  6. define("MYSQL_HOST", "139.196.199.238");
  7. define("MYSQL_USER", "root");
  8. define("MYSQL_PASSWORD", "123456");
  9. define("MYSQL_DB", "disney");
  10. define("MYSQL_PORT", 3306);
  11. $_ary_tickets_type = array(
  12. "1" => "普通票",
  13. "2" => "儿童票"
  14. );
  15. $_ary_goods_type = array(
  16. "1" => "往返接驳票",
  17. "2" => "迪尼斯门票",
  18. "3" => "狮子王演出票"
  19. );