Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

PHP

PHP Array and Foreach loop Tutorial with examples

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…


Using PHP Switch Statement / Case

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…


Submitting multiple form fields using a PHP function

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,…


Installing Xampp and Laravel on Linux (Ubuntu , mint , OpenSuse …)

This tutorial show you how to Install Xampp ,Laravel and Lumen on Linux (Ubuntu , mint , OpenSuse …).If you are involved in building web…


PHP Introduction and Environment Setup

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.…


Learn PHP Tutorial From Experts

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…


PHP Image upload , Saving link to Database complete tutorial

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…


My way learn MySQLI and PHP by examples

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…


Upload user profile image and save to data base -PHP MYSQLI

 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…


PHP Do While Tutorial with Working Example

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…