...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);


Profile image!
By: Stephen

  Reply to How To Write A PHP Application Well

  Receive Our Newsletter

PHP picture



Questions about PHP:

Ask question

More Articles:
The truth about home business opportunities
How to check a website ordering system is secure
The three types of blog