Final Code Challenge
Posted on 12. Mar, 2010 by admin in Basics
Looks like our teaching time is coming to a close. You have gone from not knowing what PHP is to well versed. You must pass one final test before you are a true PHP Master!
Questions
Q: What is the purpose of an HTML form?
Q: What are the two types of data that a form can send?
Q: What are the two types of data that a form can send?
Q: Which method of sending data sends the data via the URL?
Q: Which method is best for sending secure information like passwords?
Programming Projects
Project One: Write a HTML form and PHP script that takes someones order.
Project Two: Use the GET method to break down the following statement “?one=you&two=have&three=done&four=it”. (Add it to the end of the URL of the page)
Conclusion
Well that concludes our brief introduction to PHP. There is so much more to learn, so stick around for more. Don’t forget to subscribe on the right of the page. If you have any requests for tutorials or scripts, please let us know in the feedback section of the forum.

