ขึ้นข้อความแบบนี้หมายความว่าไง เมื่อโหลดไปไว้ยัง https://th.000webhost.com/ ซึ่งตอนรันบนเครื่องคอมไม่มีปัญหานี้
Notice: Undefined index: userid in /storage/ssd1/618/17291618/public_html/index.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd1/618/17291618/public_html/index.php:5) in /storage/ssd1/618/17291618/public_html/index.php on line 6
เขียนโค๊ดแบบนี้
<?php
session_start();
if (!$_SESSION['userid']) { header("Location: login.php"); --> บรรทัดนี้มีที่ปัญหา
} else {