variables & datatypes in php
Variables: Variables are names which helps to store some value inside it.Variable can holds single value at a time. The main difference between, array and variable is, an array can hold multiple values/elements at a time, while a variable can…


