Hello, all, I have a feeling these forums are going to be invaluable to me.
I am trying to write a PHP application (or applications) for a site I am doing for a client. What I want to do is allow users to look at a list of job openings and add openings to their personal reminders list. When they come back to the site, I want them to be able to enter their email and a password to take them to their personal reminders.
So I guess what I need to learn to do is:
- Allow users to register using a form to collect user email, desired password. The form needs to display a random image for the user to verify that they are not a macro. The form should add them to a database.
- A log-in form requiring user email and password which goes to a new page to display their saved job openings.
ANy specific tutorials or information I can use? Any free scripts for me to look at?
To help understand my problem, I am not sure if I need to have the script to verify the login and write a cookie, and the script for the page that displays the information from the database on the same page.
Thanks