Previously, I have described how to Create Dynamic Insert SQL script Using PHP. Let’s create a dynamic update SQL query based on data and table name. We’ll create a method to update a row data into the MySQL table, You can use this method into the foreach method to create a dynamic update query.
Drag and Drop Element with JQuery UI Sortable
In this tutorial we will learn how to create drag and drop with sorting functionality with help of jQuery UI. That means we are able to move the object from one location container to another location container. Sometimes we need to drag one object from location to other location so we need to provide drag […]
How To Convert PHP String to Array
In this post, we’ll learn how to convert a String to an Array in PHP. The PHP language includes functions for converting strings to arrays.
PHP Array Length Tutorial With Example
We will get php array length using len() and size() method. This tutorial help to find total number of elements into an array. The PHP provides many method to find php length of array. You can count number of elements into an array using PHP functions count() and sizeof().
How To Merge Two Array or Multiple Array in PHP
This PHP tutorial helps to understand array_merge() php function. I will merge two or multiple arrays and store them into another array. This method is used to merge or combine one or multiple arrays into one single array. This function adds elements of one array to the end of the previous array and returns a […]