Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
pabop_web_tips [2011-02-24 10:54]
Joakim Forsgren
pabop_web_tips [2011-02-24 10:55]
Joakim Forsgren
Line 14: Line 14:
 Vi kan om vi vill sätta om detta. Nedan sätts det om så man visar alla fel utom notice. Vi kan om vi vill sätta om detta. Nedan sätts det om så man visar alla fel utom notice.
 <code php> <code php>
-error_reporting(E_ALL ^ E_NOTICE)+error_reporting(E_ALL ^ E_NOTICE);
 </code> </code>