Member-only story

A basic introduction to PHP

Dr. Soumen Atta, Ph.D.
5 min readMar 11, 2023

--

Photo by Ben Griffiths on Unsplash

PHP (Hypertext Preprocessor) is a popular server-side scripting language used for web development. In this tutorial, we will cover the basics of PHP, including variables, data types, operators, control structures, functions, and arrays.

Interested readers (who are new to web technology) are advised to read the following web technology-related tutorials in the same order as they are mentioned below before reading this tutorial:

Installation

Before you can start using PHP, you will need to install a web server and PHP interpreter on your computer. Here…

--

--

Dr. Soumen Atta, Ph.D.
Dr. Soumen Atta, Ph.D.

Written by Dr. Soumen Atta, Ph.D.

I am a Postdoctoral Researcher at the Faculty of IT, University of Jyväskylä, Finland. You can find more about me on my homepage: https://www.soumenatta.com/

No responses yet