I am Android developer and zero at back end process. What stuff/tools do I require for making a server/web site that receives files from an Android app? I read somewhere that PHP code is required as backend on server side. Is is true?
Hoping for detailed explanation.
need php file for coonecting with database.use phpmyadmin(xampp) tool for creating database.then create phpfile n post on server or localhost. after that use url in android.like our php link is localhost:80/phpproj/trial.php and pass value to database using asyctask method.