Blog
- Rexcel IT Services | Website Design and Development | IT Services > Blog > Core PHP Development
Categories
Recent Posts
- Website Designing and Development Company That Builds Your Digital Future
- OpenCart. Modification systems conflicts: OCMod vs vQmod
- Send Email with attachment on form submission in PHP
- Making simple authentication system using auth command in laravel
- WooCommerce: Add/display Product or Variation custom field everywhere

- September 28, 2025
- Core PHP Development
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.

- September 28, 2025
- Core PHP Development
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.

- September 28, 2025
- Core PHP Development
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.

- September 20, 2025
- Core PHP Development
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: