01-07-2010, 09:23 AM
[eluser]n0xie[/eluser]
BTW you might want to use STRICT mode if you are using PHP5
BTW you might want to use STRICT mode if you are using PHP5
Code:
error_reporting(E_ALL | E_STRICT);