Diagram PHP

Who know some script in PHP to making diagrams like this:

Parent
|
-------------
| |
-------- Child
| |
Child Child
bison [ So, 17 Juni 2007 14:07 ] [ ID #1740397 ]

Re: Diagram PHP

bison wrote:
> Who know some script in PHP to making diagrams like this:
>
> Parent
> |
> -------------
> | |
> -------- Child
> | |
> Child Child
>
>

If you want to make graphical presentation, then gd is IMHO one of the better
options, that way you can create images on the fly.

Other alternatives would be to use pdflib or similar.

I don't know if there are any already written scripts that will do what you
want to do, but you have your buddy google.com that can help you to find a such.

--

//Aho
Shion [ So, 17 Juni 2007 14:40 ] [ ID #1740398 ]

Re: Diagram PHP

> If you want to make graphical presentation, then gd is IMHO one of the
> better
> options, that way you can create images on the fly.
>
> Other alternatives would be to use pdflib or similar.
>
> I don't know if there are any already written scripts that will do what
> you
> want to do, but you have your buddy google.com that can help you to find a
> such.
>
> --

Yea GD and the best way to do it.
bison [ So, 17 Juni 2007 15:37 ] [ ID #1740400 ]

Re: Diagram PHP

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mo, 18 Juni 2007 20:25 ] [ ID #1741188 ]
PHP » alt.php » Diagram PHP

Vorheriges Thema: php MySQL about 40 work hours. Anywhere
Nächstes Thema: Re: First php