PHP How to test PHP updates on WordPress Jul 18, 2022 It’s important to test PHP updates to your WordPress website. But before getting on latest version learn how to test PHP on WordPress.
PHP WordPress 5.6 Guidance on PHP 8 Compatibility Nov 24, 2020 WordPress is updating soon to version 5.6 which aims to be compatible with PHP 8. Tt should be considered “beta-compatible”.
PHP 20 Interesting facts about PHP every developer should know Nov 9, 2019 1. PHP originally stood for Personal Home Page. 2. PHP which is now officially known as ‘Hypertext Preprocessor’ was released in the year 1995. 3.…
PHP Multiple Code Execution Flaws Found In PHP Programming Language Sep 7, 2019 Maintainers of the PHP programming language recently released the latest versions of PHP to patch multiple high-severity vulnerabilities in its core…
PHP Insert Value From CheckBox In Database (MySQL) In PHP – Info PHP Jul 25, 2018 In the last article you saw how to insert a value from a radio button in the MySQL database in PHP. Now in this article you will see how to insert a…
PHP Group By Clause in PHP – Info PHP Jul 25, 2018 Introduction I have described in my previous article how aggregate functions work. Basically, aggregate functions provide all the data in a single…
PHP Join Tables With the Using Keyword in PHP – Info PHP Jul 25, 2018 Introduction I have also described in my previous article how to work with "inner" and "outer" joins. You can follow this link: to read about…
PHP Polymorphism in PHP – Info PHP Jul 25, 2018 Introduction Polymorphism is derived from two Greek words. Poly (meaning many) and morph (meaning forms). Polymorphism is one of the PHP Object…
PHP Class and Object Function in PHP – Info PHP Jul 25, 2018 Introduction In this article I will discuss the "get_declare_classes()" and "get_class_method()" functions in PHP. These functions are for classes…
PHP Create Favicon in PHP – Info PHP Jul 25, 2018 Introduction In this article I will explain Favicons in PHP. In this article I will use a small and powerful script for creating Dynamic Favicons…