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