linking pages with php
Posted: Fri Mar 24, 2006 10:57 am
hi, im working on a tutorial management system where the main function is to help the lecturers to create a tutorial online...... I have got the function add, edit, and delete tutorial function working...
I have built a drop down form where it contains all the subjects that has been registered by the users....when the user clicks on the subject it directs them to the page where they can add, edit and delete their tutorials....
Now the problem is, everytime i click on a new subject the previous tutorial questions are still there.... i need a fresh new copy of add, delete and edit function page everytime a user clicks on a new subject....Does anyone out there knows how to do this?? Or do i have to create new tables of the functions for each subject.....
Thanks in advance......any help is highly appreciated...
I have built a drop down form where it contains all the subjects that has been registered by the users....when the user clicks on the subject it directs them to the page where they can add, edit and delete their tutorials....
Now the problem is, everytime i click on a new subject the previous tutorial questions are still there.... i need a fresh new copy of add, delete and edit function page everytime a user clicks on a new subject....Does anyone out there knows how to do this?? Or do i have to create new tables of the functions for each subject.....
Thanks in advance......any help is highly appreciated...