Warning:
Cannot modify header information - headers already sent by (output started at /www/web/meishizuo/public_html/admin/html/show_article.php:341) in/www/web/meishizuo/public_html/admin/html/show_article.php on
line 349
在程序进行判断当传递过来的参数比如$_GET["q"]="111"时,就对浏览器进行重定向,在PHP中有header()这函数,就是用来发送HTTP报头的,注意在发HTTP报头时不能有任何输出,也就是用不能用echo ,print_r(),va_dump(),var_export()