Notice: Use of undefined constant DB_HOST - assumed 'DB_HOST' in C:\xampp\htdocs\blog\system\functions.php on line 31

后端 未结 3 486
无人及你
无人及你 2021-01-05 23:32

Getting a couple of errors and can\'t for the life of me see where I am falling down. Below is the functions file



        
3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-05 23:46

    The constants you are using for Host, User and Password haven't been defined yet. There's probably something wrong with your config.php.

提交回复
热议问题