Reputation:
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
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