Hi Rod!
On Tue, 14 Oct 2003 15:46:45 +0200, "Rod" <toto@toto.com> wrote:
[color=blue]
>Hi,
>
>First I apologize for my english.
>
>I am using MySQL and PHP.
>I have a list of Tasks in a table.
>Each Task has a status (started/completed/in progress/pending)
>Each Task can be associated to a list of Parent Task.
>Therefore, a task can start only if all its parent tasks have been
>completed.
>
>I would like to dynamically (the task order can change) and graphically show
>this process in a web page.
>Each task should be displayed in a box (or a circle) with its name and a
>different color according to its status.
>They should be displayed from top to bottom to know which one will start
>first, and which one will start after etc etc until the last one.[/color]
There is a very common way of displaying this, which is called a gantt
chart. JPGraph (
www.aditus.nu/jpgraph) supports such graphs.
HTH, Jochen
--
Jochen Daum - CANS Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/