Hello, I am supposed to work on a college time table generator project in php but unfortunately, I don't have any idea on how to start or where to start from. Can anybody help me with tutorials or ideas on how to go about it? thanks in advance.
Start by defining what a "college time table generator project" is -- not just for those of us who have no (or very little) idea what that means, but also so that you start defining and organizing the function requirements -- then it will be "divide and conquer" time as you figure out how to design and implement a solution for each major requirement grouping.
thanks very much for your contribution but any tutorial will help.
It's difficult to recommend a tutorial (if there is one) when I have no idea what you are actually trying to build -- hence my first reply.
..
Based on what's been asked ("I don't have any idea on how to start or where to start from"), these books have titles that match what I think is needed: http://www.howtothinklikeaprogrammer.com/ http://nostarch.com/thinklikeaprogrammer How well they cover application scoping and design (which is where the poster is stuck) I don't know, since I haven't read them.