Blog – Masonry + Sidebar

PHP

How to validate a variable is Email in Php?

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

PHP

How to validate a variable is IP address in Php?

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

PHP

How to validate is URL in Php?

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

PHP

How to validate value is Boolean in Php?

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

PHP

How to validate value is Float in Php?

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

PHP

How to create folder if it does not exists in Php?

The function creates a directory specified by a pathname if it does not exists in PHP.