How to get a random key from a PHP array
In this post, i will tell you how to get random key from PHP array. array_rand method in PHP will return the keys of the random entries. This method...
READ MOREIn this post, i will tell you how to get random key from PHP array. array_rand method in PHP will return the keys of the random entries. This method...
READ MOREIn this post, I will tell you how to enable MySQL’s slow query log to see which query takes longer to execute. This is happen because of coding mis...
READ MOREIn most of cases, .htaccess file is hacked for malicious redirects. There may be some conditional redirect, you can execute rewrite rule if referri...
READ MOREIn this post, i am going to tell you how to customize pagination view in Laravel 5.3. In most of the application, pagination is very common task an...
READ MOREIn this post, i will tell you how to resolve error "Call to undefined method Illuminate\Database\Query\Builder::lists()" in Laravel 5.3. I suggest yo...
READ MOREIn most of case, you may face a common issue that rewrite module (mod_rewrite) does not work properly.. You are getting this error because of it is n...
READ MOREIn this post, i will tell you how to create a json text file for download in Laravel 5.3 With Laravel, you do not need to use any PHP library because...
READ MOREAngularJS PHP - upload and display image using FileReader with example In this post, i am going to tell you how to upload image with preview selected...
READ MOREIn this post, i will tell you how to remove some characters with asterisks in PHP. In some situation you want to hide some characters for security re...
READ MOREAs we know, Its very time consuming to delete records one by one. Everyone wants to delete bulk record on single event only. So here i will tell you...
READ MORE© 2016 All Rights Reserved | Contact Us | Terms of use | Privacy Policy