multidimensional array - Creating data structures in PHP -


i have problem have convert 2d array data structure that's efficient printing out table scheduler. link problem http://goo.gl/rrusj [opens in google docs].

first of all, clarify understanding, supposed write code generate table itself? or write code create structure?

secondly, since i'm new php, ideas on how go doing this?

at first: need datababase. have learn how make database:

1:uml(class) diagram 2:relations(1 1, n 1, n m, ...) 3:datatypes 4:make database in open office 

then have learn how make database in php.(arrays tables, ...) hope you!


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -