Hello World In PHP: Step-By-Step Guide To Your First Program

PHP is amongst the most widely used programming languages for web development. Since it is an open-source, server-side scripting language with relatively simple architecture, compared to other MVC-based frameworks, it has become a very common language.

A “Hello World” program, as the first program, has become a culture whenever learning a new programming language. Hence, following the footsteps, you will learn how to create a ‘Hello World’ program in PHP to mark the beginning of your journey in PHP.

Let’s get started.

Prerequisites for PHP Development

You need a certain environment to write PHP scripts. Since PHP is a server-side language, it requires a web server for the script to run. In this article, you will create a local webserver.

For PHP development, you need:

  • XAMPP Software.
  • Code editor (e.g., Visual Studio Code)

Want a Top Software Development Job? Start Here!

Full Stack Developer - MERN StackExplore Program
Want a Top Software Development Job? Start Here!

How to Setup XAMPP Software?

XAMPP is an open source software which stands for:

X = cross platform

A = Apache 

M = MariaDB

P = PHP

P = Perl

It is a complete web solutions package. You will be mainly using it for creating a local web server for this tutorial. XAMPP is also used to set up a MySQL database, which you will learn in the later sections.

To set up XAMPP:

1. Download and install XAMPP from the official website.

/xampp_download

2. After installation, open the XAMPP control panel and start the Apache webserver.

xampp_control_panel

Now, to write the code, you need a code editor.

How to Install Code Editor?

You will use Visual Studio Code as the code editor. You may also download any code editor of your choice. Eg: Atom, Notepad++ etc.

Download the Visual Studio Code from the official website.

Now, have a look at the syntax for writing PHP scripts.

PHP Syntax

A PHP script is very similar to how HTML codes are written. It starts with <?php and ends with ?> while the code goes in between.

PHP_Syntax

For every PHP file, the default extension code is ".php".

A PHP file usually contains HTML codes with PHP scripts embedded into them.

Write and Run a “Hello World” Program

Now that you have set up the environment for PHP and learned its syntax let’s move onto creating the Hello World program.

Follow this step-by-step to create your PHP program:

1. Open the directory where XAMPP is installed. By default, XAMPP is installed in the C:\ drive.

2. Open the XAMPP folder and locate a folder named “htdocs” in it.

/PHPProgram_1.

3. Inside that “htdocs” folder, create a folder and name it anything suiting your project.

Here, it has been named as “demo”.

PHPProgram_2

4. Now open Visual Studio Code and click on “open folder”.

PHPProgram_3.

5. Locate to C:\xampp\htdocs and select the “demo” folder you created.

PHPProgram_4

6. Create a file named “index.php” inside the demo folder.

PHPProgram_5

7. Since PHP is embedded into HTML codes, write the following HTML code along with the PHP script.

In the above code, “echo” is used to print the string in front of it.

PHPProgram_6

Want a Top Software Development Job? Start Here!

Full Stack Developer - MERN StackExplore Program
Want a Top Software Development Job? Start Here!

8. Save the file and open your web browser and type “localhost” (Since our server is locally hosted) followed by the folder name that you created and hit enter.

localhost/demo/

PHP_Program_7.

9. As you can see, you have got the output for your first PHP program.

PHP_Program_8

Conclusion

This brings us to the conclusion of ‘Hello World’ in PHP article. You have learned how to set up the complete environment for PHP development and how to write and execute your first program in PHP.

Check our next tutorial on the PHP Login form.

If you are looking to master php and gain all the skills you need to become a top-notch full stack software development professional, Simplilearn’s Post Graduate Program In Full Stack Web Development is the ideal choice for you. This Full Stack Web development bootcamp offers work-ready training in over 20 top and in-demand skills and tools any company today demands from its full stack developers.From MongoDB, to Express.js, Node.js, Angular, GIT, CSS, HTML, and JavaScript, get the complete software development skill package.

Do you have any questions regarding the article? Please mention it in the comment section of the "Hello World in PHP" article, and we'll have our experts answer it for you. Happy learning!

About the Author

SimplilearnSimplilearn

Simplilearn is one of the world’s leading providers of online training for Digital Marketing, Cloud Computing, Project Management, Data Science, IT, Software Development, and many other emerging technologies.

View More
  • Disclaimer
  • PMP, PMI, PMBOK, CAPM, PgMP, PfMP, ACP, PBA, RMP, SP, and OPM3 are registered marks of the Project Management Institute, Inc.