Error in Localhost

前端 未结 1 398
夕颜
夕颜 2021-01-29 11:50

I have code in index.php





        
1条回答
  •  自闭症患者
    2021-01-29 12:36

    I am guessing you have not created a Virtual Host for this project, so the $_SERVER["DOCUMENT_ROOT"] will be pointing at C:\xampp\htdocs\ and not C:\xampp\htdocs\Myshop

    To avoid this you can use the following which says require from the inc folder below where I am currently running this code from whereever that may be

    0 讨论(0)
提交回复
热议问题