7/01/2011

Error cannot modify header information headers

Solution is very simple. dont change anything on your script,
header(“LOCATION:http://www.google.com“);
this will cause error.
Process 1 : Just Paste
error_reporting(0);
at the top of your page it will works fine.
if not work for you use
Process 2. :
paste
ob_start();
at the top of your page.
and paste
ob_end_flush();
at the bottom of your page

SHARE THIS

Author:

Tôi là PHƯỚC kỹ sư công nghệ thông tin. chuyên thiết kế web và làm dịch vụ MMO.

0 comments: