I am working as a PHP developer (intermediate level) and do practice some android stuff at home.
I have created and array list which will fetch into an sqlite db inside
You can make use of JSON or XML for sending data from android to php server. On the PHP side, all you need is the built-in json_decode, which will deserialize your json and return an object or an associative array.