QUOTE(mamavi @ 7 Jun, 2008 - 07:04 PM)

i am a fresh student of php who has the task of creating a web based maths tutor for junior high schools. the tutor basically takes the name and password of students and teachers as the case may be. it has to afford the teacher the opportrunity to update,delete and edit questions for students to answer. any help and suggestion would be appreciated.
i learn best with a step-by-step tutorial
I would recommend reading the tutorials section of this website. Specifically, read the login portions and learn how to design your database. Use pen and paper and write down
everything you can think of the program as having to do. Study MySQL and how to manage a database. Also pay attention to session and cookie variables in PHP. All this information can be found in the DIC PHP Tutorials.