Loading...

Category: PHP

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 [ … ]