|
-
Aug 22nd, 2006, 10:28 AM
#1
Re: PHP Scripts Error
It's just notices, not errors. Notices are emitted when code violates what some people regard as good programming practices. There is no need to care about them unless you know PHP well enough to decide for yourself whether you want to follow those practices. (I have to point out, however, that it was notices who alerted me to a grave error in my code recently.)
If you don't want notices to appear, you need to change the warning level in your php.ini. The file is thoroughly commented and should be no problem to edit.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|