- Read and go through examples in Lesson 08. It is a long chapter and includes lots of code, but very instructive in database, email and other PHP techniques. It is worth the time.
- Project 6: Submit a working version of one of the major exercises in Lesson 08:
- The first contact form (comment.php) without the ReCaptcha
- The second more complex contact form (inquiry.php)
- The complete password reset function
- Quiz 3 (coming soon)
Hi Jay,
My password reset function is not working correctly.
‘Lost you password?’ (link) on the following pages:
Zend Member Login
http://student.santarosa.edu/~drourke/advdw/login.php
Zend Mail Form
http://student.santarosa.edu/~drourke/advdw/forgotten.php
I’m getting the error: ‘Sorry, there is no record of that address.’ It seems like its’ not connecting to the database or can’t read it from the database and I can’t find the problem. Any ideas?