Output functions are used to display text on web page. The different types of output functions are given below. print: This function is used to display the output on the [ … ]
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 [ … ]
Steps To Create And Execute PHP Prgram
Open a editor(notepad) implement PHP script <?php print(“Welcome”); ?> Save this file in root directory htdocs with extension .php To see the output open the browses and type URL address [ … ]
XAMPP Control Panel
It is an environment to work with PHP and Mysql available after installation of XAMPP software we can start Apache and Mysql server using XAMPP we can control panel. After [ … ]
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 [ … ]
Features Of PHP
PHP is cross platform i.e., it runs under any type of operating system. PHP is cross web server it runs under different web server like Apache, IIS, Tomcat etc. PHP [ … ]
Introduction To PHP
PHP is invented in 1995 by Rasmus Lerdorf. PHP is a server side scripting language embedded in HTML using C and Pearl Software. PHP is used to dynamic content, database, [ … ]