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.
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
in your browser.
Hope this will help.