Haluk Karamete <halukkaramete@xxxxxxxxx> hat am 12. Januar 2012 um 06:17 geschrieben: > Thanks... > Well I just changed the <?php error_reporting (E_ALL ^ E_NOTICE); ?> > to <?php error_reporting (E_ALL ); ?> and that does it for me. > > Notice: Use of undefined constant my_age - assumed 'my_age' in > D:\Hosting\5291100\html\blueprint\bp_library.php on line 40 > my_age > > Now back in business :) If you are programming with an IDE, it does the work for you. While programming you will see warning notices, that you are refering to something unknown. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php