I have created a MySQL database within phpmyadmin on http://www.hosting24.com/ but I am unsure where to find my details in order to correctly link my Android Application to it using PHP scripts.
I.e I do not know these details, and want to know where I could find them?
$mysql_host = "";
$mysql_database = "";
$mysql_user = "";
$mysql_password = "";
