Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php config file

<?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
?>
Source by www.androidhive.info #
 
PREVIOUS NEXT
Tagged: #php #config #file
ADD COMMENT
Topic
Name
3+3 =