Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in PHP only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
PHP
how to php error handling...
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
openxmod
New Member
Join Date:
Sep 2008
Posts:
1
#1
how to php error handling...
Sep 17 '08, 01:04 PM
hi,
i am using WAMP in localhost...
can anyone help about how to handle PHP error?
Atli
Recognized Expert
Expert
Join Date:
Nov 2006
Posts:
5062
#2
Sep 17 '08, 02:30 PM
Hi.
That depends... what is the error?
It would also help to see the portion of your code that is generating the error.
Comment
Post
Cancel
Markus
Recognized Expert
Expert
Join Date:
Jun 2007
Posts:
6092
#3
Sep 17 '08, 04:59 PM
You handle PHP errors by fixing them.
:P
Also, as a note, you can use the '@' sign to surpress errors you know won't affect the rest of the program.
Comment
Post
Cancel
bnashenas1984
Contributor
Join Date:
Sep 2007
Posts:
257
#4
Sep 17 '08, 07:46 PM
Hi
If you want to hide any error messages shown by php put this line on top of your code
Code:
ini_set("display_errors","0");
or if you have access to PHP.INI then change the value of "display_errors " to OFF
Comment
Post
Cancel
Markus
Recognized Expert
Expert
Join Date:
Jun 2007
Posts:
6092
#5
Sep 17 '08, 09:00 PM
Originally posted by
bnashenas1984
Hi
If you want to hide any error messages shown by php put this line on top of your code
Code:
ini_set("display_errors","0");
or if you have access to PHP.INI then change the value of "display_errors " to OFF
Not a very responsible thing to do, IMHO.
Comment
Post
Cancel
pbmods
Recognized Expert
Expert
Join Date:
Apr 2007
Posts:
5821
#6
Sep 18 '08, 12:39 AM
Heya, OpenXMod.
Check out
this article
.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment