0
How do I make php errors disappear. Its really annoying😣
PhP
9 odpowiedzi
+ 3
this is fixed by php.ini setting. you can fix it in two ways.
1. using php code. ex. ini_set('display_errors', 'Off');
2. using the php.ini config file. find the following text
display_errors = off
error_reporting = E_ALL & ~E_NOTICE
there are many options for error_reporting value.
+ 24
Correct them! ^_^
+ 22
You tell me!...
+ 15
This is one of the most fun things ever seen here. :3
+ 3
lel
+ 1
whats the code.
0
lmao!!!
0
thanks
- 1
... Chris Angel might help u :)