hello,
I have a DB table with records that have connection to one another. sort of like object a comes before b, and object c comes after c. table1- Id, pre, post
I have all the connections in the DB, what I'm trying to do is to make some sort of way to show all the connections on the page, in a graphical and simple way.
the results should look something like this, but they don't have to, as long as it's clearly shown in any other form.
http://imageshack.us/photo/my-images/827/unledoyt.jpg/
so I was thinking generating a picture, but have no idea where to start with this..
I can make something in html using divs but the problem here is how to connect the divs in a visual way that is simple yet undertandable..
any advice would be highly appreciated :)