The PHP development team has fixed a bug that could allow remote code execution in some setups of the programming language, possibly allowing attackers to…
Maintainers of the PHP programming language recently released the latest versions of PHP to patch multiple high-severity vulnerabilities in its core and…
A new dialect of PHP, code-named P++, could be developed as a stricter variant of its dynamic predecessor, with more advanced features and less baggage. The…
WordPress.org today launched WordPress 5.2, which focuses on helping you fix your site in the blog management tool. Version 5.2, which was developed by…
PHP
In this post, you’ll learn how to use exception handling in PHP. As of PHP 5, we can use try catch blocks for error handling—this is a better way to…
In the previous, we focused on loaded and manipulating images with PHP. We learned how to rotate, resize, scale or flip an image. We also learned about…
You’ll often want to work with dates and times when developing websites. For example, you might need to show the last modified date on a post or mention how…
In this article, I’ll explain the basics of file upload in PHP. Firstly, we’ll go through the PHP configuration options that need to be in place for successful…
Interesting facts about PHP 1. PHP originally stood for Personal Home Page. 2. PHP which is now officially known as ‘Hypertext Preprocessor’ was released in…