PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to make a list like a family tree for a bunch of friend involved in a online game.
I've been playing all day with PHP trying to display my SQL database of the names and thier commader links in a HTML table format but am having great troubles due to the structure that HTML uses for tables. ( mainly because I wish to go from left to right rather than top to bottom.)