Creating a Student Management Program

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
sparklezilla
Forum Newbie
Posts: 1
Joined: Thu Mar 27, 2008 8:15 am

Creating a Student Management Program

Post by sparklezilla »

Hello,

I would like to continue working on a student grade management program I have been working on.

The area I need to implement now, is where the teacher can add a column to a flat txt file, and be able to add a physical column on the application for a new Exam, and then enter grades for the students.

Some help getting headed in the right direction would be great.

Thanks,
Sparklezilla
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Creating a Student Management Program

Post by Christopher »

It would probably make more sense, rather than adding columns, to add additional tables that have a relation to the primary key in the existing table.
(#10850)
Post Reply