Warning: Cannot modify header information - headers already sent by (output started at /home/www/virtual/webthaiindex.com/htdocs/search/index.php:12) in /home/www/virtual/webthaiindex.com/htdocs/search/result_search.php on line 26
-------------------------------------------------------------------------------------------------------------------------

if($keyword==""){
 header("Location: index.php");
 exit();
}

----------------------------------------------
มันขึ้นWarning ครับ ใช้รายแก้ดี
Narongrit Sritana 12 มี.ค. 2552 23:13
if ($keyword=="") {
echo "<meta http-equiv='refresh' content='0;url=index.php'>";
}

มันจะ refresh ไปหน้าหลัก (index.php) เหมือนกันครับ

ถ้าจะให้หน่วงเวลาค้างหน้านั้นซักหน่อยก็แก้เป็น content=2 หรือตัวเลขตามต้องการ ยิ่งมากยิ่งค้างหน้านั้นนานก่อนจะ refresh
thEKops 13 มี.ค. 2552 11:44

<?
//เอาไว้บนสุดเลยครับ แล้วก็...ลองเอาไว้ที่ไฟล์หลักหากมีการเรียกผ่าน
ob_start();
?>