Error reporting is the most important and crucial parts of any software when it comes to development. It helps developers to analyze why software is failing
Continue reading...php
Project Euler Example 2 using PHP
In project Euler example 2 the question is very simple: Each new term in the Fibonacci sequence is generated by adding the previous two terms. By...
Continue reading...Change WordPress admin URL easily
WordPress has been an excellent tool and is loved by millions of people around the world. It is easy to use, it is super friendly
Continue reading...Project Euler Example 1 using PHP
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Continue reading...What is php program and why you should use
PHP is a general-purpose scripting language geared towards web development. It was developed by Rasmus Lerdorf in 1994. PHP stands for Personal Home Page
Continue reading...Different ways of foreach PHP and why you should use it?
There are different type of loops in PHP which includes for loop, while loop, do while loop and foreach loop. ile loop, do-while loop, and foreach loop.
Continue reading...PHP 7.4 features and Why should we use the latest version of PHP
Since the release of the new PHP7.4 is in the town, everybody who loves the technology or likes to write in PHP is excited about it....
Continue reading...