Learn how to program using PHP by building a number guessing game.
Code: https://replit.com/@zizyo/php-tutorial
Thanks to Replit for sponsoring this video! You can find their YouTube channel here: / replityt
0:00 Introduction
0:12 Environment Setup
0:16 Getting familiar with PHP
0:22 Discussing program architectural pattern
0:30 Begin HTML
0:35 Create text box
0:40 Embedding PHP within HTML
0:50 Understanding the htmlentities() function
1:00 Pass data through hidden input
1:17 Using PHP to show custom message
1:26 Understanding the echo() function
1:31 Testing HTML
1:37 Variables and conditionals in PHP
1:56 Converting strings to integers
2:05 Getting random number
2:11 Checking user input and setting variables
2:30 Testing game
2:39 Conclusion