open c:/windows/php.ini Then set (Remove ; From front of ;display_errors = On and ;error_reporting = E_ALL & E_NOTICE ) display_errors = On error_reporting = E_ALL & E_NOTICE Otherwise mention php scripst <?php error_reporting(1); ?> in front of ur page.