I am explaining you, how to compare two dates in PHP.Provided two dates (checkdate1 and checkdate2) and the task is to compare the two dates. Comparing two dates in PHP when the two dates are in the same format. we can compare two dates if it is in same format so directly we can check […]
Author: Azhar Shaikh
How to get random value from an array PHP
I am explaining you, How to get random value in from an array PHP. we can use the shuffle() function in PHP to randomly shuffle the order of values in an array. Result: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | Skype – azaruddin23. I have knowledge of […]
How to reindex or remove an index array element in PHP ?
I am explaining you, how to reindex an array element in PHP with examples. we have an array named basicWebsiteInfo[] , we have some website information like website, url. At first, it is indexed correctly as 0,1,2. Result: Now, to understand the reindex array things, at first I am unset it by using the unset() […]
How to Get/Fetch website URL in Laravel?
I am explaining you for how to get base url or home page url in laravel website. we need to get site URL for something share/image url or link, so you can get with help of url helper and URL facade. Both are same so you can use anywhere it means in controller or view. […]
How to check URL is valid or not in PHP
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. […]
Javascript Remove First Element from Array?
you want to remove first element from an array without any loop. you can first element value from array without loop.I am explaining you, how to remove first value from an array. let’s see example : Result: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | Skype – azaruddin23. […]
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 data between two dates with mysql query?
I am explaining you, how to get data between two dates with mysql query . you can easily understand concept of mysql query for between two dates. if you want to know about mysql query between two dates column then i will give simple example with solution query. Example: accessories Table: Query: Outout : Azhar […]
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 – […]