Click Here to Download software which will install PHP & APache Server & MySQL on your computer , and it make it ready to make PHP Websites
Install on C:\PHP
You will see an orange icon like
To Create a simple page goto
C\PHP\htdocs
Right Click and Create a new Text Document/ or
Install a PHP Editor (recommended to create a php page); paste the below code
- Code:
-
<html>
<body>
<?php
echo "Hello World";
?>
</body>
</html>
Save the file as
C\PHP\htdocs\myFirstPHPPage.php
Open your
web-browser, and navigate to
http://localhost/myFirstPHPPage.phpto see your first PHP page
Keywords: Install Apache on computer ; Download Apache Server; Download Apache; Install Apache