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
订阅:
博文评论 (Atom)
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
没有评论:
发表评论