Array:- Array is a sequence of data in memory. which placed in physically adjacent location. In php there are two type of array. a) Index…
Array:- Array is a sequence of data in memory. which placed in physically adjacent location. In php there are two type of array. a) Index…
The PHP switch statement is similar to a series of IF statements on the same expression. In many occasions, you may want to compare the…
Suppose if you have form with 25 fields and have to save into a database table, then we have to get values of each field,…
This tutorial show you how to Install Xampp ,Laravel and Lumen on Linux (Ubuntu , mint , OpenSuse …).If you are involved in building web…
PHP (Hypertext Pre Processor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.…
Codentricks is a place for all those who want to learn PHP with easy to use tutorials. This website will help you become a pro…
This blog is dedicated to all our visitors who asked me to publish a working tutorial on image upload using PHP and Saving its path…
MySQL is world most used database and when its works PHP then they have no match. Learning MySQL is very is one can found thousand…
If you are working on customized CMS or Social networking website then user profile image may be or may not be a head ache I…
On reaching the control to do statement, the program proceeds to evaluated the body of the loop first. At the end of the loop, the…