Pagination in php
Pagination is a very important and useful segment on any website. Pagination in PHP provides high speed and low risk of web page loading.
Read MoreHow to get field name in mysqli using php
Suppose, you want to show all record of the database table and you don't know about the table detail like how much column and how much rows then you need a function mysqli_fetch_field.
Read MoreHow to Create Social Sharing Links for Facebook, whatsapp and more
Here is the very simple social share link generator tool. You can put this as social media share links html in your project root file.
Read MoreFind the location of an Item in multidimensional array
Finding position of an element in a multi-dimensional array
Read MoreFunctions in PHP
PHP function is a piece of code that can be reused many times. PHP functions are similar to other programming languages. More than thousands pr-define functions are available in PHP. There are many advantage of PHP Functions like Code Reusability, Easy to
Read MoreConvert multidimensional array to XML file in PHP
Convert multidimensional array to XML file in PHP, XML stands for eXtensible Markup Language. XML is a markup language that encodes documents in a machine-readable and human-readable format.
Read More