Final Code Challenge

Posted on 12. Mar, 2010 by 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?

Show Answer ▼

Q: What are the two types of data that a form can send?

Show Answer ▼

Q: What are the two types of data that a form can send?

Show Answer ▼

Q: Which method of sending data sends the data via the URL?

Show Answer ▼

Q: Which method is best for sending secure information like passwords?

Show Answer ▼

Programming Projects

Project One: Write a HTML form and PHP script that takes someones order.

Show Answer ▼

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)

Show Answer ▼

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.