PHP Steps To Create And Execute PHP Prgram admin - June 16, 2020 Open a editor(notepad) implement PHP script <?php print(“Welcome”); ?> Save this file in root directory htdocs with extension .php To see the output open the browses and type URL address with file name http://localhost/demo.php