Here we continue our adventures in how to code PHP. I’m going to go through a couple scripts in this tutorial:
- A login PHP script
- A forgot password PHP script
If you haven’t read my previous How to Code PHP articles, you should do that or you will be completely lost. I’m also going to skip all of the html that would normally be included so I can keep this article brief. I use the same HTML on all of these script pages, that I used in the previous PHP Tutorial, so refer to that for the rest of the code. Continue reading How to Code PHP: Login and Forgotten Password Scripts