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

309 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 best solutions below

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