Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/webtv/public_html/admin/login.php:2) in /home/webtv/public_html/admin/login.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /home/webtv/public_html/admin/login.php:2) in /home/webtv/public_html/admin/login.php on line 25
มันต้องแก้ไรอะคับผมไม่เข้าใจอะคับ ขอบคุณคาบบบ
Tag : - - - -
Date :
24 พ.ค. 2550 16:00:43
By :
มาว
View :
1657
Reply :
4
No. 1
Guest
<?ob_start();?>
เอาไว้บนสุดของโคด
Date :
24 พ.ค. 2550 17:13:01
By :
เอก
No. 2
Guest
นี่เป็น code -ของหน้าloginอะคับทำไงดีแก้ไงดีคับ
<link href="../css.css" rel="stylesheet" type="text/css" />
<?
ob_start();
session_start();
include("../config.php");
$db=mysql_connect($host,$username,$password);
mysql_select_db($dbname,$db);
$md5pass=md5($password_log);
$sql = "select * from user where user_name = '".$username_log." ' ";
$result = mysql_query($sql);