1. Open the Notepad and type the Following Code
<?php echo "?>
Hi ! Welcome to the World Of PHP ! I am your first PHP Script ! Cheers !!!
";
2. Save it as "welcome.php" and select the save as file type as "All Files". You have to save inside your htdocs folder of XAMPP since it is your root directory.
Eg : C:\xampp\htdocs\welcome.php
3. Now open your web browser and type the URL http://localhost/welcome.php to watch how your First PHP script runs.
Cheers ! Now I hope you feel that you're at the top of the world !!!
