มันขึ้น Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\hbo\chakloing.php:10) in C:\AppServ\www\hbo\chakloing.php on line 11
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\hbo\chakloing.php:10) in C:\AppServ\www\hbo\chakloing.php on line 11
เลือกฐานข้อมูลไม่ได้
หนูใช้เป็น Apache2.2 นะคะ
นี้โค๊ด
chkloing
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
</head>
<body>
<?
session_start();
$host="localhost";
$username="";
$password="";
$db="admin";
$tb="user";
mysql_connect( $host,$username,$password) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ ");
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้");
$sql = "select * from admin where user ='$username' and pass ='$password'";
$result = mysql_query($sql);
$rows = mysql_fetch_array($result);
$user = $rows["user"];
แล้วคุณกำหนดใส่ phpadmin ว่าอะไรอ่ะครับ user / password ในการติดต่อกับฐานข้อมูลอ่ะครับ -- '
Date :
2010-06-25 13:58:04
By :
oxygenyoyo
No. 6
Guest
นี้คือ ดาต้าเบสของหนูนะคะ
ถามว่า phpmyadmin ก็ user :root ,pass:123 ลองแก้ตามแนะนำแล้วคะ มันก็ขึ้นมาแบบนี้คะ
session_start();
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\hbo\chakloing.php on line 20
user หรือ password ไม่ถูกต้อง