printing collumn names then contents from mysql query
Posted by monomaniac21 on 12/17/40 11:54
how can i take every field from a table (where there are many) and
without referencing by name (using a loop) echo there name in a td
followed by the contents? i think the foreach statement is what im
looking for? but i dont understand it.