|
Posted by cosmoKen on 10/12/13 11:38
Notices are just for information, and execution of your script is the
same.
To not display notices, change in your php.ini
to : error_reporting = E_ALL & ~E_NOTICE
But it is better to stay with "error_reporting = E_ALL" only and have
no notice errors.
To solve this errors, in your case, define your variables before
mention it (just read the error).
Navigation:
[Reply to this message]
|