dsiuy42084 2015-11-14 12:55
浏览 281
已采纳

在浏览器中查看php文件?

So I have just downloaded Xampp to learn php. I've played around making a few simple files and I want to view them in the browser. However I'm not completely sure what url I should be typing into chrome to view the page I want.

Here's my file set up:

I have a folder called 'database' saved inside the 'htdocs' folder. Inside the 'database' folder I have a file called 'index.php' that I want to view.

So what url should I be typing into the broswer to view this page:

localhost/htdocs/database/index.php

I think what is confusing me is that I don't know what localhost represents in the url

  • 写回答

2条回答 默认 最新

  • dsjq6977 2015-11-14 13:01
    关注

    Either of this work for you..

    localhost/database/ 
    127.0.0.1/database/
    

    By default, it will look for index.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?