Possible Duplicate:
Should PHP 'Notices' be reported and fixed?
Till date i was ignoring the php notices, thinking that we will disable it when website is live. Now a scenario has occurred where in clients have enabled logging of the notices also to the log and because of this the log size was growing enormously. I was always thinking that production environment will come with notices logging disabled. So we had to sit and remove each of these notices. So wanted to know will these notices cause any harm to website. Or should we take it as developers buggy code ?