fbpx

Multan Institute of Information Technology

Arrays in PHP

What is an array in PHP? Array is a box (variable) in which you can keep many things under a single name. Meaning there is no need to create a separate variable for each value, everything is stored in a single array. Types Of Arrays in PHP There are 3 types of Arrays in PHP […]

PHP Loops For Beginners

Loops In today’s PHP class, we talked about loops. Loops play a very important role in programming language because they save time and also help us in writing code because adding loops makes our code shorter. If we have to repeat a line, program or a paragraph, then instead of writing it again and again, […]