How to Add Days to Date in PHP Tutorial

How-to-Add-Days-to-Date-in-PHP-Tutorial

1, Inside this article we will see a basic concept of PHP i.e How to add days to date in PHP. Article contains classified information about adding days to a specific date or even with current date in PHP. We need this concept i.e adding days, remove days from a specific date is when … Read more

How to Generate Fake Image URLs in PHP Using Faker

How-to-Generate-Fake-Image-URLs-in-PHP-Using-Faker

12, While working in any application, sometimes we need lots of dummy data to test the workflow of entire application. Inside this article we will see how to generate fake image urls in php using faker library. Faker library needs to be install by using composer. Once install, there are several properties, methods available … Read more

How to Generate Random Name of Person in PHP

How-to-Generate-Random-Name-of-Person-in-PHP

7, While working in any application, sometimes we need lots of dummy data to test the workflow of entire application. Inside this article we will see how to generate random name of person in PHP with or without using faker library. Faker library needs to be install by using composer. Once install, there are … Read more