Hi, i have been mucking around with my foreach loop for a while, but i need a way to generate tables, with php, just a table that i can put values into but depending on haow many values - $files - i need a square table
for instance files = 4
col1row1 col2row2
col1row2 col2row1
and if files = 53
col1row1 fdsgidf
dfshdfshdsfhfg
h
sdfgh
fgh
etc!
if there is a smarter way to show icons (hint hint) in a centred square could you please tell me
also overflow
actually i kind of want it like "windows explorer" but on the web, and not as interactive.
(not drag and drop)
now that i read the post back it seems like a tall order, so i just need to know (or the web page to learn) how to auto generate an html table with customisations (maybe theres a class already coded for me to use...)
thanks!