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

312 views Asked by At

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.

1

There are 1 answers

0
Navin Bista On BEST ANSWER

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.