السلام عليكم ورحمة الله وبركاته
اخواني انا اشتغل على نموذج درس دخول ولكن يحث معس خطا دائما في دالة session_start();
وهذا هو الكود مع العلم انه على الاباتش في جهازي
كود PHP:
if(mysql_num_rows($sql)==1) {
session_start();
$_SESSION['user'] = $username;
$_SESSION['id'] = $id;
echo "تم تسجيل الدخول";
}
else {
echo "الباسورد او كلمة المرور غير صحيحين"; }
وهذا هو الخطأ
كود:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\1\log.php:4) in C:\AppServ\www\1\log.php on line 110
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\1\log.php:4) in C:\AppServ\www\1\log.php on line 110
تم تسجيل الدخول
اتمنى تعطوني الحل
وبالتوفيق_