Gnanendra
Gnanendra

Reputation: 61

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 installed 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 ........

Upvotes: 1

Views: 13132

Answers (1)

felixsigl
felixsigl

Reputation: 2920

visit http://localhost/WorkSpace/Project2/Add.php in your browser

Apache must be up an running - you can start Apache with XAMPP Control Panel

Upvotes: 3

Related Questions