Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\project\work\lastnew.php:1) in C:\AppServ\www\project\work\config.inc.php on line 3
<?
$host="localhost";
$username="root";
$password="2517";
$db="mydatabas";
$tb="testing";
mysql_connect( $host,$username,$password) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ ");
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้");
?>