How to remove duplicate values from a multi-dimensional array in PHP
Whenever you need to remove duplicate values from simple array or multi-dimensional array in PHP and you can follow with given code to get unique valu...
READ MOREWhenever you need to remove duplicate values from simple array or multi-dimensional array in PHP and you can follow with given code to get unique valu...
READ MOREIn this post, i will tell you how to use MySQLi prepared statement to select or fetch multiple rows. As you know very well that by using MySQLi prepa...
READ MORECreate restful API using Laravel 5 with resourceful routes example It was hard for me to create rest API before but Laravel have developed with rest A...
READ MOREIn this tutorial, I am going to tell you how to add dynamic fields in a form. Here i write a script to add multiple input fields with remove button...
READ MOREIn my previous post, you know how to insert single record in database table using MySQLi preapred statements. Now i am going to tell you how to inser...
READ MOREMySQLi Prepared Statements - Insert Value in database table By using Prepared statements, you reduce the parsing time and in Prepared statements we us...
READ MOREAs we know that jQuery uses the $ sign as a shortcut and what will happen if other JavaScript frameworks use the same shortcut. In that scenario, it...
READ MOREjQuery has poweful plugin to create divided multi scrolling by using multiscroll.js. Here i am going to define how to use it and how to scroll panels...
READ MOREHow Does PHP works Before knowing about the working of PHP you need to understand the difference between HTML and PHP. The main difference between...
READ MOREIn this post, i will tell you how to redirect user from one url to another url in many ways. Laravel Redirects are instance of the Illuminate\Http\Re...
READ MORE© 2016 All Rights Reserved | Contact Us | Terms of use | Privacy Policy