How to check if string is URL or not in PHP?

How to check if string is URL or not in PHP?

In this post we will give you information about How to check if string is URL or not in PHP?. Hear we will give you detail about How to check if string is URL or not in PHP?And how to use it also give you demo for it if it is necessary.

Sometimes, we require to check the given argument or string is URL or not, as specially i did need to check image column is url or not like i give you example how to do this. If you also need to do this then you can use filter_var().

Example:

if(filter_var($imagePath, FILTER_VALIDATE_URL) === FALSE){

print_r("Not valide URL");

}else{

print_r("valide URL");

}

Hope this code and post will helped you for implement How to check if string is URL or not in PHP?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

Leave a Comment

Your email address will not be published. Required fields are marked *

20  +    =  24

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US