php - Page glitches unless error_reporting is -1? -
on site, if error_reporting not -1, page entirely glitches out i made 2 pages, both same except testblog.php has error_reporting(0);, whereas blog.php has error_reporting(-1); these pages: http://pirates-online-rewritten.com/blog.php http://pirates-online-rewritten.com/testblog.php this code (please fix format someone, don't know how): <?php include "header2.php"; include "connect.php"; error_reporting(-1); $id = mysql_real_escape_string(strip_tags(stripslashes($_get['id']))); $getpost = mysql_query("select * blogs id='$id'"); $gp = mysql_fetch_object($getpost); ?> <table border="0" cellpadding="0" cellspacing="0" width="626" summary="layout table"> <tr> <td valign="top" width="626"> <!-- begin center content --> <table border="0"...