04 กรกฎาคม 2555

วิธีแก้ปัญหา PHP Warning: Cannot modify header information headers already sent by...

เปลี่ยนจาก
   header( 'Location: myfile.php') ;
เป็น
    echo '<script type="text/javascript">    window.location="myfile.php";</script>';
...
แต่ถ้าจะให้เซฟจริงๆ ใช้ตัวนี้ครับ
<html>

  <head>

  <head>

  <script type="text/javascript">

  function replaceDoc()

  {

  window.location.replace("http://localhost/mylocation")

  }

  </script>

  </head>

  <body OnLoad="replaceDoc();">

</body>

  </html>

แค่นี้เองครับอิๆๆ

ไม่มีความคิดเห็น: