ok
Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/public_html/subamangala/config/ |
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/public_html/subamangala/config/config.php |
<?php session_start(); $dbHost = 'localhost'; $dbUsername = 'selectio_subamangala_matrimony'; $dbPassword = 'selectio_subamangala_matrimony'; $dbName = 'selectio_subamangala_matrimony'; $con = mysqli_connect($dbHost, $dbUsername, $dbPassword,$dbName); if (!$con->set_charset("utf8")) { printf("Error loading character set utf8: %s\n", $mysqli->error); } else { //printf("Current character set: %s\n", ); $con->character_set_name(); } ?>