linking pages with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sangeetha
Forum Newbie
Posts: 8
Joined: Sat Mar 11, 2006 12:00 am

linking pages with php

Post by sangeetha »

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...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'm having a bit of trouble trying to visualize what your code actually has in it. Could you post it, at least some of the talked about bits.
Post Reply