Posted by Michael Fesser on 07/10/07 16:49
..oO(countach)
>"Notices" aren't error messages.
The reason could be a real error.
$index = 2;
print $values[$Index];
>You can disable them from showing.
If you disable notices and want to find the reason of problems like
above - good luck.
On a development machine error_reporting must(!) be set to at least
E_ALL, better E_ALL | E_STRICT.
Micha
Navigation:
[Reply to this message]
|