Loading...

Array

Array is collection of heterogeneous element PHP is loosely typed language so we can store heterogeneous elements is array. The main difference between the normal variable and the array variable [ … ]

Declaration Style Tags of PHP

Basically in PHP we have four different types of declaration style tags. Universal Style Tags: This tag supports all functionalities of PHPSyntax:<?phpphp code?>Example:<?phpprint(“Universal Style”);?> Short Open Tag: It supports very [ … ]

Basic INFO Of PHP

LAMP: Stand for Apache, Mysql and PHP under Linux operating system. WAMP: Stands for Windows Apache Mysql and PHP support windows. XAMPP:  Stands for cross platform Apache Mysql PHP and [ … ]