Tuesday, March 3, 2009

PHP - Form Review

Please answer the following in a comment to this blog.
W3Schools may be helpful in answering your questions:
  • What attribute of the form tag dictates where the form data is sent?
  • What attribute of the form tag dictates how form data is sent?
  • List 6 different form elements.
  • PHP variables always begin with what cjaracter?
  • Write the PHP code needed to turn the following list into an array named 'aminals':
  • "cat", "emu", "lemur", "glow in the dark rabbit", "fish", "liger"
  • What is the correct syntax for using the 'foreach' loop?

.

No comments: