<b>Warning</b>: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Host 'svr-ad02.bisphuket.ac.th' is not allowed to connect to this MySQL server in <b>D:\AppServ\www\stuactivity\exportexcel1.php</b> on line <b>9</b><br />
Tag : - - - -
Date :
2009-09-03 09:52:43
By :
YimWan
View :
932
Reply :
3
No. 1
Guest
เดิม code ตัวนี้ก้อใช้ได้ปกติค่ะ แต่พอดีที่ทำงานเปลี่ยน server ใหม่
มานก้อเลยขึ้น error ว่าติดต่อ db ไม่ได้ค่ะ ช่วยแนะนำ มานผิดที่ตรงไหนค่ะ
code
<?
header('Content-type: application/csv');
header('Content-Disposition: attachment; filename="registration..Term 3...csv"');
$host="svr-ad02";
$username="root";
$password="123456";
$db="activity_db";
$tb="regis3";
mysql_connect( $host,$username,$password) or die ("µÔ´µè͡Ѻ°Ò¹¢éÍÁÙÅ Mysql äÁèä´é ");
mysql_select_db($db) or die("àÅ×Í¡°Ò¹¢éÍÁÙÅäÁèä´é");