switch on php debug mode  [ 956 views ]

Goal: get all error message from the server

Just put the following 2 lines to the start of your code.

  error_reporting(E_ALL);
  ini_set('display_errors', '1');
#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }