PHP Program-Hello World

Simple PHP Program-Hello World

Create a php file and enter this code
 
<?php 
 Print "Hello, World!";
 ?> 

Output
Hello, World

Comments

Popular posts from this blog

Introduction to C++ Programming Language

The Assembly Process Of 8086 Microprocessor-Two Pass Assembling Steps

Installing 8086 Assembler on a Computer