How to combine or merge array in php - with example
Beginners have lots of confusion between array combine and array merge in PHP. So I just go through with this post to introduce the difference between...
How to connect to MySQL database using PHP Example
Let's start with PHP and MySQ. The first thing to do is connect to the database MySQL, and try to get information on database tables on the page.
How to start coding in PHP with 'Hello world' - example
PHP is one of the most popular open-source and server-side scripting language. PHP is a powerful tool for making dynamic, interactive websites...
Try Exception handling in php with complete example
Exception handling is used to change the normal flow of the code execution if a specified error condition occurs. This condition is called an exceptio...
Remove a specific element from an array PHP : Example
In this tutorial, you will learn two PHP unset() and array_search() methods to remove specific array elements. Removing items from your array by value
Pagination in php - the step by step process to create it
Pagination is a very important and useful segment on any website. Pagination in PHP provides high speed and low risk of web page loading.



