| 20-07-2022 | 2120 | PHP | Haresh Chauhan |
How to check if the given IP address is valid or not?; In this post, I will teach you how to validate IP address for the incoming request. This is too...
| 20-07-2022 | 1569 | PHP | Haresh Chauhan |
How to check whether the given URL is valid or not?; In this post, I will learn you how to check given given URL is a valid URL or not validate. This...
| 20-07-2022 | 1357 | PHP | Haresh Chauhan |
How to remove HTML tags from the PHP string or get a string from the HTML content?; In this post, you will learn how to sanitize your PHP string from...
| 19-07-2022 | 1513 | PHP | Haresh Chauhan |
How do check whether the valid email address or not in PHP?; In this post, I will teach you how to check valid emails from the string or incoming requ...
| 30-06-2022 | 2056 | Laravel 9 | Haresh Chauhan |
Trying to get property of non-object, this error developer-facing much time while they developing laravel application, This error comes with many diff...
| 19-05-2022 | 1932 | Laravel 9 | Haresh Chauhan |
Laravel Arr::pluck() helper function retrive all of the value form given array key from an array. There where always use atleast 2 argument pass. Arr:...