Welcome! Log In Create A New Profile

Advanced

Database structure

Posted by Fulu-72924640 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Database structure
May 03, 2012 04:30PM
According to the tut, course table must have two fileds CID and CNAME, I wanna know where to insert the course content.
Re: Database structure
May 03, 2012 05:14PM
cid is the primary key so you'll use cname to update the course names.
Re: Database structure
May 03, 2012 07:26PM
I mean the content of the course where student will be able to edit or change it. I think there must be another field in course table to store course content.
Re: Database structure
May 03, 2012 08:43PM
@Fulu-72924640

course_content? not sure what you saying confused smiley
do you mean in the student_man.php to change the course student registered for?
avatar Re: Database structure
May 03, 2012 09:22PM
There is no need for course content when you've got a cname field(course name) already. Create a page course_man.php to add, edit and delete course accordingly using a html table to represent the mysql course table. Read the tut102 again and again until you understand the requested requirements.
Re: Database structure
May 04, 2012 02:04PM
I know the Tut letter is long yawning smiley but the key is in reading ALL of it more than once then you'll understand the questions better.eye popping smiley
Re: Database structure
May 04, 2012 02:28PM
@Fulu-72924640

I think I know what you mean, there is no content for courses its just names for courses, but read the tut letter again if you want to add or change the database structure you can include that in a text file not actual code.
Sorry, you do not have permission to post/reply in this forum.