I am explaining you, how to compare two string in PHP by using the strcmp() function. it is case-sensitive function. strcmp() function will take two string as parameter string1 and string2. if function will return < 0 then the first string is less than the second string, if it will return > 0 then the […]
- PHP Subtract seconds from datetime
- PHP How to check if a variable is null?
- how to secure your Laravel website
- Laravel Passport integration
- how to apply/add datatable in laravel 8
- How to Send an Email in PHP
- How To Run PHP File with Windows Command Line
- PHP how to generate random numbers?
- A quick guide to Install Laravel 8 on Windows 10 localhost Wamp server
- how to get month name from date in PHP?
- How to add Bootstrap Carousel to core PHP website
- PHP how to get all the keys of an associative array?
- How to set up Spatie Media Library in Laravel 8
- Beginner: create Laravel controllers
- How to remove duplicate values from Array in PHP?
- Check If Date is Past Date in PHP?
- How to submit HTML Form Using jQuery Ajax in PHP
- comparing string in PHP by strcmp() function
- PHP check if website is online
- How to check URL is valid or not in PHP