Just start PHP. No need to go into depth, how it works? What is it for? One thing you need, you are crazy to PHP.
You can download the free XAMPP Server for Windows http://www.apachefriends.org/en/xampp-windows.html
Why download? Just download it, you will find the answer later.
Is it not crazy?
Write your first program in notepad.
<?php
echo “Hello World! But how many time hellos?”
?>
You’re done.
Save the file with name “first.php” on the desktop.
Extract the XAMPP, go to XAMPP->localhost->htdocs->paste your “first.php” file here.
From main of XAMPP Run XAMPP.exe
Go to explorer
Type at address bar -> localhost/first.php
Is it working?
No comments:
Post a Comment