/* PASTE YOUR PROVIDED EDUHUB CSS HERE */
PHP COURSE • LESSON 01

PHP Introduction

PHP is a powerful server-side scripting language used to create dynamic websites and web applications.

What is PHP?

PHP stands for PHP: Hypertext Preprocessor. It is a programming language that runs on a web server and generates HTML content.

Why Learn PHP?

First PHP Code

PHP Example

<?php

echo "Hello EDUHUB";

?>

Remember

Every PHP file normally uses the .php extension.