Hi I get straight to the point I am new to php and I have no idea how to do it. My friend asked me to help him with his assignment to create PHP mailing system using mysql for a database. Mysql I can do but php I have no idea how to start. Below is the assignment requirement. If you could help me or get me intro right direction I would appreciate it very much.
My email: Paulg7@iprimus.com.au - thanks
Here goes:
“Create a suite of PHP scripts which simulates a mailing list system.
Creating en email system
The backend will be a mysql database in which one user may have many mail messages.
Required interfaces
a. user registration
b. user logon
c. the user can read messages from an inbox
d. the user can send email to other registered user
e. the user can delete mail messages
When a user registers they should have the option of having their login and password details saved in a cookie
When a user logs on, your system should first check for cookie. If cookie exists the user should be automatically logged on. If a cookie exists the user should be automatically logged on. If there is no cookie then the page should display input objects for the entry login details.”
Thanks for any feedback.
cheers
Paul



