|  | Posted by cosmoKen on 06/15/13 11:38 
Notices are just for information, and execution of your script is thesame.
 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] |