Dreamweaver | Lecture Notes 4-21-2011

Complex Form Processing

download the lesson08 files

  • Examining the POST[] array
  • Setting default Radio Group value with checked=”checked”
  • Set multiselect select name values to arrays
  • Handling mulitselect values to PHP

Resetting Passwords

  • examine the process – pg 288
  • Create a form & script for users to request password update (sets token and sends email)
  • Create a form & script to reset password (takes query string from email and updates database using session variables)