不知道为什么会这样。
Notice: Constant HOST already defined in con.php on line 11
Notice: Constant USER already defined in con.php on line 12
Notice: yardy yardy lalala etc
我对 con.php 的所有调用都使用 require_once 或 include_once。
con.php 包括:
define("HOST", "x");
define("USER", "x");
define("PASSWORD", "x");
define("DATABASE", "x");
任何人都可以对此有所了解吗?