Im in final year year of BSCS in fact in final semester
I have my php project,it is a Learning Management System.
It contains online examination,course registration,gpa estimator, e libaray,forum etc.
Im not that much expert in PHP but I know all the general concepts. The problem is that i dnt know where to start for making this project.

Please guide me I shall be extremely thankful.

Member Avatar for diafol

Think what data you need to input and output.
Design a normalized DB.
Build forms for input (insert and edit) and html templates for output.
Think whether you need to use a php framework or whether you're going to go procedural or via your own OOP. This is a large project, so if your OOP is sound and you have the time for a steep(ish) learning curve, go for a framework - this has classic CRUD written all over it.

I think this is a standard project for every student in the world. You must be able to find a million RELEVANT hits on Google for this!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.