PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
pooh14
Forum Newbie
Posts: 23 Joined: Tue Apr 04, 2006 12:20 am
Post
by pooh14 » Sat Apr 15, 2006 11:51 am
Hi Guys,
How do I off the php warning message from being displayed?
thank you very much.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Apr 15, 2006 11:59 am
I'd advise fixing the problem. It still fires if you hide it, and you can cause security holes if you don't take care of it.
pooh14
Forum Newbie
Posts: 23 Joined: Tue Apr 04, 2006 12:20 am
Post
by pooh14 » Sat Apr 15, 2006 12:05 pm
Hi feyd,
i know what the problem, it is no problem actually :p
to explain why it happen would take me very long :p
can you please tell me how to off the messags being displayed
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Apr 15, 2006 12:11 pm
look at
error_reporting() or the @ operator
pooh14
Forum Newbie
Posts: 23 Joined: Tue Apr 04, 2006 12:20 am
Post
by pooh14 » Sat Apr 15, 2006 2:13 pm
thanks feyd, thats helped.
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Sat Apr 15, 2006 2:20 pm
why don't you try posting the line causing the problem -- it may be something you have overlooked or unaware of ?
try us