how to do Gantt chart and milestone using PHP, mySQL?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeevela
    New Member
    • Oct 2007
    • 5

    how to do Gantt chart and milestone using PHP, mySQL?

    hi, im doing my final year project. Project title is Research Project Tracking System. In tis project, i have to keep track the budgets and expenses for the research project from the beginning until the end. so i have to do Gantt chart and milestone. but i don't have idea how to do it....
    can help me to overcome this problem......

    thank you
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Originally posted by jeevela
    hi, im doing my final year project. Project title is Research Project Tracking System. In tis project, i have to keep track the budgets and expenses for the research project from the beginning until the end. so i have to do Gantt chart and milestone. but i don't have idea how to do it....
    can help me to overcome this problem......

    thank you
    Hi,

    I think there is about a million ways to do what you described above.
    Is there any particullar reason to do this? How long is the project, is it worh while?

    Cheers

    Comment

    • jeevela
      New Member
      • Oct 2007
      • 5

      #3
      hi, Gantt chart and milestone is requirements for my project. im thinking how to do this using mysql and php. i'm just a beginner in php and mysql. if you have any idea or guidelines, help me.
      thank you!!!

      Comment

      • MarkoKlacar
        Recognized Expert Contributor
        • Aug 2007
        • 296

        #4
        Originally posted by jeevela
        hi, Gantt chart and milestone is requirements for my project. im thinking how to do this using mysql and php. i'm just a beginner in php and mysql. if you have any idea or guidelines, help me.
        thank you!!!
        Hi,

        if you're a beginner this will be a long journey. Start by getting to know PHP and then move on to how you can interact with MySQL.

        Good luck to you, post questions in the forum when you're stuck.

        Comment

        • jeevela
          New Member
          • Oct 2007
          • 5

          #5
          hi, i know it is long journey. do you have any guidelines to do Gantt chart and Milestone using php and mysql? is it i have to install any software to do this?

          Thank you.

          Comment

          • MarkoKlacar
            Recognized Expert Contributor
            • Aug 2007
            • 296

            #6
            Hi,

            well you have to install php and MySQL, after this it's up to you to present the information you rely on as a Gantt chart, can't help you there.

            Cheers

            Comment

            • kalazzerx
              New Member
              • Dec 2007
              • 3

              #7
              Look at the jpgraph php library set (http://www.aditus.nu/jpgraph/). It is able to do what you want I thing. This library depends on GD2 to build image file graphs on the fly base on data given. It can make gantt charts along with many other graph types.

              Comment

              Working...