session_start(); $host = "localhost"; //$user = "root"; //$pass = "1"; $user = "logisticsn_db"; $pass = "3ttLRXDs"; $con = mysql_connect($host,$user,$pass); if (!$con) { die(': ' . mysql_error()); }else{ mysql_select_db("logisticsn_db", $con); mysql_query("SET NAMES utf8"); } ?>