- Overview
- Transcript
1.1 Introduction
In this course, I'll teach you the basics of using forms with PHP. You'll learn how to set up and process forms with proper security and validation. So let's get started!
1.Introduction3 lessons, 15:15
1.1Introduction00:43
1.2Prerequisites04:52
1.3Creating a Simple Form09:40
2.Handling Form Data5 lessons, 36:42
2.1Processing Form Input05:10
2.2Basic Security Considerations08:15
2.3Required vs. Optional Fields09:39
2.4Validating User Input Type07:50
2.5Specialized Validation05:48
3.Conclusion1 lesson, 01:21
3.1Conclusion01:21
1.1 Introduction
Hopefully to this point in your PHP journey you have learned a lot about the language, the syntax, and even built a website or two. In this course, we are going to focus more on your interaction with your users through forms. Now, you may be thinking, what's the big deal? I just put a few input elements in front of them and have them click a button. Well, my friends, there is much more to it than just that. In this course, I will walk you through some of the basic considerations when it comes to handling forms so that you can create a well functioning application that continues to work properly, and safely now, and well into the future. So let's start digging a little deeper into the world of PHP forms.