For non-relational tables, probably the easiest way of drawing tables content and make a graphical relationship between them is to use this little script that will generate a schema containing all your tables from a chosen database and all of them ready to be printed.
You need to add $_GET[”sel”] whereever you see “$sel” in that script to get it to work. I think the author is using an old version of PHP or just forgot to add the get variable syntax. Nice looking output, and a very good place to start.
Idetrorce responded on 15 Dec 2007 at 2:24 pm #
very interesting, but I don’t agree with you
Idetrorce
Kev responded on 16 Apr 2008 at 10:48 am #
Hey, cool script. I had to tweak it a bit to get it to work, but once I did I liked the output, thanks!
David responded on 07 Oct 2008 at 4:52 pm #
You need to add $_GET[”sel”] whereever you see “$sel” in that script to get it to work. I think the author is using an old version of PHP or just forgot to add the get variable syntax. Nice looking output, and a very good place to start.