PHP Error Handling

PHP Error Handling

PHP Error Handling

In PHP, it is very easy to handle the default error. An error message that contains filename, line number and a message describes that the error is sent to the browser. Error handling becomes an important part when we are creating any scripts and web applications.

Read More

Php 5 Filter Functions

PHP 5 Filter Functions

In PHP, filters plays an important role to validate and filter data that comes from an insecure sources, like user input, etc.

Read More

PHP 5 VS 7

PHP 5 vs PHP 7

PHP is a server side scripting language which is designed for web development ,and was created by Rasmus Lerdorf in 1994. Since it was launched in 1994, PHP has become an industry standard supporting for almost 80% of the websites. With the release of PHP 7, which comes with several features and improved performance.

Read More

PHP magic functions

PHP Magic Functions

PHP magic functions

PHP magic functions are the methods that have some special names and starting with two underscores and will be triggered in response to particular PHP events.

These magic functions are as follows:

Read More