Warning Cannot modify header information - headers already sent by

  作者:会飞的

用输出缓存来解决<?php ob_start(); ?>... HTML codes ...<?php... PHP codes ...header ("Location: ....");ob_end_flush();?>