i'm new to this ...please advice on where to put my database name , user and password on these 2 files ...please help 1) file one mysql.config <? define('MYSQL_HOST', 'localhost'); define('MYSQL_DATABASE', 'epvrgken_dlp'); define('MYSQL_USER', 'epvrgken_dlp'); define('MYSQL_PASSWORD', 'Viru5Viru5'); define('MYSQL_DEBUG', 0); ?> 2) config file <?php //define ('FROM_MAIL', ''); // $script_path = $_SERVER['DOCUMENT_ROOT']; $scriptUrl = substr(BASE_PATH, strlen($_SERVER['DOCUMENT_ROOT'])); $scriptUrl = substr($scriptUrl, 0, 1) == '/' ? $scriptUrl : '/'.$scriptUrl; $scriptUrl = 'http://' .$_SERVER['HTTP_HOST'] .$scriptUrl; define ('BASE_URL', $scriptUrl); $currencyList = array( 'USD' => 'US Dollar', 'CAD' => 'Canadian Dollar', 'AUD' => 'Australian Dollar', 'GBP' => 'Pound Sterling', 'EUR' => 'Euro', ); define ('LIB_PATH', BASE_PATH . '/lib'); define ('UPLOAD_PATH', BASE_PATH . '/upload'); define ('URL_PREFIX', 'index.php?fuse='); define ('URL_POSTFIX', ''); define ('IMG_CHECKED', BASE_URL . '/img/checked.gif'); define ('IMG_UNCHECKED', BASE_URL . '/img/unchecked.gif'); define ('PAYPAL_IPN', BASE_URL . "/paypal.ipn.php"); define ('PAYPAL_RETURN', BASE_URL . "/thankyou.php"); define ('PAYPAL_DEBUG', false); define ('TABLE_CONFIG', 'wl_settings'); define ('TABLE_ADMIN', 'wl_admin'); define ('TABLE_TRANSACTION', 'wl_transaction'); define ('TABLE_WORD', 'wl_word'); ?>
define('MYSQL_HOST', 'localhost'); define('MYSQL_DATABASE', 'epvrgken_dlp'); define('MYSQL_USER', 'epvrgken_dlp'); define('MYSQL_PASSWORD', 'Viru5Viru5'); Here ? And it's not safe to share that information on a public forum