I am explaining you, How to check URL is valid or not in PHP.I am going to explaining, how to check if a URL is valid in PHP using filter_var() function with FILTER_VALIDATE_URL filter. Use the following code to check if the URL is valid or not. Example : Result: Azhar ShaikhHello, Welcome to webdeveloperindia.in. […]
Category: PHP
How to Concatenate String in PHP?
I am explaining you, how to concatenate strings in PHP.if you want to concatenate strings, you can use the concatenation operator . Example: Result: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | Skype – azaruddin23. I have knowledge of PHP, Laravel, Magento 1/2, Codeigniter, WordPress, Joomla, Shopify, Git, […]
how to get month name from date in PHP?
I am explaining you, we will learn how to get the month name from the date in PHP. The PHP provides very useful functions by using it we can easily format the date. Example 1: Extract Month Name From Date In this example, we have used the createFromFormat() function which helps us to provide month […]
How to get image file size in php ?
I am explaining you, If you want to get image file size in php so you can easily get using filesize() in PHP. if you want to get image size then we can find it. It will return size on bytes. Example: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – […]
How to remove duplicate values from Array in PHP?
I am explaining you, how to remove duplicate values from Array in PHP. it is simple to delete duplicate values from an PHP Array.PHP provide pre-define function array_unique that can remove duplicate values from Array. with the use of pre-define function array_unique() we can get only unique value from array. Example: Result: Azhar ShaikhHello, Welcome […]
Create Directory If It Doesn’t Exist in PHP.
if you want to create folder if not exist. you can understand a concept of php create directory if not exists. I am giving you example of php code to create directory if not exists. I am explaining you, how to create directory if not exist php. In example, we will use is_dir() and mkdir() […]
PHP Subtract seconds from datetime
If you want to subtract seconds from datetime in php. I am explaining you simply step by step how to subtract seconds from current time with PHP. you can understand a concept of how to subtract seconds from time in php. let’s see example about how to subtract seconds from time in php.Here, I created […]
Remove Null values in PHP array
you want to remove all null value from an array without any loop. you can remove all null value from array without loop.I am explaining you, how to remove null value from an array. let’s see example how to remove null value : Result: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. […]
Check If Date is Past Date in PHP?
I am showing you how to check date if it is past date in php. I am explaining you step by step if date is before today. you can see php check if date before today. here is the example of how to check if date is past date or not in PHP. so let’s […]