How to Find URL in String and Make Link in PHP?

In this post, we will give you very simple example, to find url from string and make anchor tag link using php. it will automatic create link even it’s http, https, ftp and ftps url.

How to copy file from one folder to another in PHP?

In this post, we will give you very simple example and syntax how it works to copy file from one folder to another in php.

How to check if current date is between two dates in PHP?

In this post, we can simply check if current date is between two dates in

How to validate value is Interger in Php?

This function checks whether a variable is of type integer or not

How to use of uniqid function to generate a random, unique, alphanumeric string in php?

The uniqid() function generates a unique ID based on the microtime (the current time in microseconds) in PHP. Generate a random, unique, alphanumeric string in PHP

How to validate a variable is phone number in Php?

In this post, This function checks whether a variable is phone number or not.

How to validate a variable is Email in Php?

In this post, This function checks whether a variable is email or not.

How to validate a variable is IP address in Php?

In this post, This function checks whether a variable is IP or not.

How to validate is URL in Php?

In this post, This function checks whether a variable is of type URL or not.

How to validate value is Boolean in Php?

In this post, This function checks whether a variable is of type boolean or not.