Use the PHP strlen() function
You can simply use the PHP strlen() function to find the number of characters in a string of text. It also includes the white spaces inside th...
Zip is the most common feature to compress the file and transfer the files easily. With Zip, we can also send the directory directly. Also when we work in command-line server, there is no option we ca...
Laravel blade is simple template engine provided in Laravel. You already knows few blade directives @if, @foreach etc. directives that makes easy to write PHP code. These are the shorthand syntax php...
In this article, i will share with you how to send simultaneous cURL requests in PHP using the curl_multi_exec() function with example. you all use cURL in PHP many times to call any third-party API i...
Laravel has proved best PHP framework for small and large size projects. Unlike CMS system, Laravel has huge scope for customization and lacks out-of the box plugins for optimization. But if you follo...