2004-06-19

redirection problem in PHP

http://forums.devshed.com/showthread.php?t=151409
There is a work around the redirection problem.

Add
ob_start();
?>

as the first thing in your page

add
ob_end_flush();
?>

to the last thing in the page

没有评论:

发表评论