Ques/Help/Req How i can connect andriod with php

info toros

Турист
<?php

/*
* All database connection variables
*/

define('DB_USER', "root"); // db user
define('DB_PASSWORD', ""); // db password (mention your db password here)
define('DB_DATABASE', "androidhive"); // database name
define('DB_SERVER', "localhost"); // db server
?>
 

Sarracino

Турист
Your goal is to write a PHP website to connect an android device or to write an app in PHP language (PHP on Android)?
 
Top