...Beauty, cleaning, DIY tips and more - free to join!
   Login   Contact us   Site map   Puzzle Club   Ask a question    Newsletter

How To Write A PHP Application Well

Computing : Learning PHP

When you are writing a PHP application, it is important that you attend to all errors that can occur, whether large or small.

As PHP is a language without debugging facilities built in, you need all the help you can get to see what's wrong.

That's why when working on such a project you should really consider setting error reporting to E_ALL : which will force you to fix all warnings to get the application to work!

The following line at the top of the script will do the trick:

error_reporting(E_ALL);


By: Stephen

Share on Facebook: On Twitter: TwitterTweet this!

  Reply to How To Write A PHP Application Well

  Receive Our Newsletter




Questions about PHP:

Ask question

More Articles:
How to stop pop up messages on XP
How to manage a web design project
How to decrypt a DVD