Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. [25-Jul-2011 12:00:43] PHP Warning:  Cannot modify header information - headers already sent by (output started at header.php:66) in account.php on line 208
  2.  
  3. // The print line is line 66.  What's that have to do with headers?
  4. if( count($msgarray) > 0 )
  5.             print '<script type="text/javascript">$(function(){ newmsgs = '.json_encode($msgarray).'; });</script>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement