MakeItSimple
Toggle
Home
C language
FAQs
Programs
Python
FAQs
Programs
HTML
Programs
FAQs
CSS
Javascript
FAQs
Programs
PHP
FAQs
Programs
JQuery
FAQs
Programs
AJAX
Bootstrap 3
Website
Programs in PHP
1. Program to display Text messages.
<?php print("Hello to all"); echo("<br>PHP is Server side Scripting Language."); ?>
Output :
Hello to all
PHP is Server side Scripting Language.