| Direktori : /var/www/vhosts/ccp.ac.th/ep.ccp.ac.th/db/ |
| Current File : /var/www/vhosts/ccp.ac.th/ep.ccp.ac.th/db/database.php |
<?php
$link = mysqli_connect('localhost','ccpacth_ep', 'Ta041853671!', 'ccpacth_ep');
if (mysqli_connect_error()){
echo 'ไม่สามารถติดต่อฐานข้อมูลได้'. mysqli_connect_error();
exit;
}
mysqli_set_charset($link, 'utf8');