Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\Project\Checkuser.php:3) in C:\AppServ\www\Project\Checkuser.php on line 9
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\Project\Checkuser.php:3) in C:\AppServ\www\Project\Checkuser.php on line 9
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\Project\Checkuser.php on
Code (PHP)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Check User</title>
<style type="text/css">
body {
background-color: #CCC;
}
</style>
<?
session_start();
$host="127.0.0.1";
$user="root";
$passwd="1234";
$dbname="register";
mysql_connect($host,$user,$passwd) or die ("ติดต่อhostไม่ได้");
mysql_select_db($dbname) or die ("ติดต่อฐานข้อมูลได้");
$sql="select*from userinfo where logname='$logname' and pw='$pw'";
$dbquery=mysql_db_query($dbname,$sql);
$num_rows=mysql_num_rows($dbquery);
if($num_row==1)
{
if($check=="on")
{
setcookie("logname",$logname,time()+3600*24*356);
if($num_rows==1)
{
if($check=="on")
{
setcookie("logname",$logname,time()+3600*24*356);
setcookie("pw",$pw,time()+3600*24*356);
header("location:Socialize.html");
}
else
{
header("location:Socializze.html");
}
}
else
{
$code_error="<span class=style2> ข้อมูลไม่ตรงกรุณา login ใหม่ </span>";
session_register("code_error");
header("location:Nextstep.html");
};
}
}
?>
ขอคำแนะนำหน่อยครับ คือว่าผมจะเขียนเว็บแล้วจะใช้ xml สำหรับติดต่อฐานข้อมูลเพื่อให้เครื่อง2เครื่องสือสารกันได้
ผมขอความเห้นคุณพี่หน่อยครับว่า xml ยากหรือเปล่า คุณพี่มีคำแนะนำอย่างไรและมีโค้ดตัวออย่างเล็กๆน้อยๆบ้างไหมครับ