PHP Basics - Lesson 1
Learn PHP fundamentals
Beginner⏱️ 20 minutes
Lesson Content
PHP Lesson 1
Variables, Functions, Arrays
<?php
echo "Hello PHP";
?>
php
Loading...
Expected Output: Hello
Learn PHP fundamentals
Variables, Functions, Arrays
<?php
echo "Hello PHP";
?>