Code Challenge #2 Today’s Lecture
Video Lectures for Week 1
Day One Intro to PHP: What is PHP? Programming Review Day Two Forms and Handling Data Day Three Mail Processing Day Four Headers, Cookies and Sessions Day Five Database Basics
Code Challenge #3
Now it’s your turn: create a Contact form that works. The form should have the following criteria: Should include inputs for a name, email address, reason/subject/topic and a message. Test it in our test server, and display all the post data (from the form) in a creative way with CSS on the browser page once […]
Code Challenge #2
We’ve learned about $_GET[ ] and $_POST[ ]! Now it’s your turn to apply what you have learned! Create a Feedback page using your understanding of HTTP and PHP. Sanitize and validate your data. Create a conditional statement that shows the form when it has not been properly submitted, and hides it when it is […]