Beginning PHP - Simple HTML register and login form with PHP output

Опубликовано: 02 Октябрь 2024
на канале: Code With Me
352
2

This video will show beginning PHP programmers how to output data from a simple HTML5 form to a webpage. In this scenario we will be building a HTML form with first, last name and email address and outputting the values to a page. Then we will work with a login form and check it against a hard coded email and password value. These are the beginning steps to working to build a PHP database application that would be inputting the form data to store in a database and then checking the inputs against a database to validate the user email and password combination.

Starting file can be found at https://replit.com/@proflaney/Lab2-St...