PHP Array
—All the variables you have used have held only a single
value.
—Array variables are “special” because they can hold more than one value in one
single variable.
There
are three types of array:-
—Indexed...
function in PHP
Function are self
contained block of statement which used to perform any specific task.
—A function is a block
of statements that can be used repeatedly in a program.
—A function will not
execute immediately when a page loads.
—A function will be
executed by a call to the function.
Types...