This is a quick tutorial I wrote about, well, form handling with php. It’s not the end-all ultimate guide, it’s just an introduction.
For this tutorial we’ll create a simple login script that will compare values of user input to a preset array to validate the user. Here’s the example form we will be using…