user4911668
user4911668

Reputation:

Which directory should I locate the PHP project in to make it work with XAMPP?

I installed XAMPP on my Macbook, and now I try to upload a PHP project to build an Android application that communicates with and uses MySQL.

As a newbie, I even do not have a clue where to locate the PHP project so that the XAMPP recognises it and make it work.

Upvotes: 1

Views: 490

Answers (1)

Navin Bista
Navin Bista

Reputation: 2128

In your xampp folder you will see the folder named htdocs.YOu can place your project in that htdocs folder.

You can run that project by using

localhost/yourproject_folder_name

in your browser.

Hope this will help.

Upvotes: 2

Related Questions