Hello World PHP On XAMPP
Introduction:
In Previous post we have learned Installing XAMPP on windows 7 operating system.Today we are going to Learn how to execute hello world PHP Program on XAMPP server package.This article will let you know executing PHP and PERL programming languages on cross platform server XAMPP.
PROCEDURE:
Step 1: First start your XAMPP server.I will look like bellow figure.
Step 2: Open Notepad and Copy and Paste Bellow PHP Hello World Program.
<?php
echo "hello world";
?>
Step 4: Open Web Browser Example:Chrome and Firefox.
Step 5: Type localhost/helloworld.php and press Enter.
Step 6: That it your successfully executed. .
Feel Free to ask Questions and Comments
Category: PHP, Programming
0 comments