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 […]
- WordPress : 9 Reasons Why WordPress Is Better Than the Other CMS
- PHP Subtract seconds from datetime
- How to check URL is valid or not in PHP
- How to remove duplicate values from Array in PHP?
- Top php frameworks compared (Laravel, symfony & codeigniter)
- how to secure your Laravel website
- PHP check if website is online
- PHP : CRUD operation using PHP and MySQLi
- how to apply/add datatable in laravel 8
- How to Send an Email in PHP
- How to get image file size in php ?
- Laravel : how to send email with localhost server
- PHP How to check if a variable is null?
- A quick guide to Install Laravel 8 on Windows 10 localhost Wamp server
- Beginner: create Laravel controllers
- How to add Bootstrap Carousel to core PHP website
- How to submit HTML Form Using jQuery Ajax in PHP
- How To Run PHP File with Windows Command Line
- Laravel : Why Choose Laravel for Your Next Project
- Create Directory If It Doesn’t Exist in PHP.