How to use session in php
PHP session is used to store information in a variable temporarily to be used across multiple pages. PHP session creates unique user id for each browser to recognize the user and avoid conflict between multiple browsers.
How to combine or merge array in php
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 the array combine and array merge in php.
How to start coding in PHP with 'Hello world'
PHP is one of the most popular open-source and server-side scripting language. PHP is a powerful tool for making dynamic, interactive websites and you can do much more with it. It can be learned easily.