开发者

How to execute php file directly in browser

开发者 https://www.devze.com 2023-02-19 05:29 出处:网络
I have Project called Project2 in the Workspace( namely WorkSpace), which is inside the folder htdocs.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消