How to execute php file directly in browser
I have Project called Project2 in the Workspace( namely WorkSpace), which is inside the folder htdocs
.
I have instal开发者_JS百科led XAMPP in my machine.
so the path of the project is C:\xampp\htdocs\WorkSpace\Project2
Now i want to execute the file called Add.php
, which is in the Project2 folder.
How can I execute the Add.php file in the browser directly.
Please spend few seconds for my query ........
visit http://localhost/WorkSpace/Project2/Add.php in your browser
Apache must be up an running - you can start Apache with XAMPP Control Panel
精彩评论