Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

3 anni fa
1234567891011121314151617181920212223
  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. );