Hi all,
I was wondering, if
- I activate all errors except notices:
[php]error_reporting(E_ALL & ~E_NOTICE);
ini_set(‘display_errors’, 1);[/php] - my environment is php5.5
- I get no errors
Is my code then php5?
I do not use any OOP, do I have to, to use php5?
regards, Mary.