There are several ways to split a string by its length in php. In this article, we…
php-shorts
8 Articles
8
In this article we will see how to generate a random hash string using php. We can…
In this article we will see how to find the no of days between two dates using…
In this article, we will see how to validate a date string format in PHP. Before validating…
In this article, we will see how to list directories, subdirectories, and files using PHP. To achieve…
In this article, we will see how to generate a random date between two dates using PHP….
In this article, we will see how to convert date from one format to another format. For…
In this article, we will see how to get the previous month’s date using PHP. There is…