What is NULL in PHP ?

In PHP null () function is an inbuilt function which is used to find whether a variable is NULL or not. If it returns True the given variable is null,…
View Answer

List out the features of PHP

Performance Compare to other languages such as JSP and ASP, PHP script is executed much faster than those scripts which are written. The server workload and loading time is automatically…
View Answer