I'm a real php newbie and its gonna take a while for me to get to grips with all this.
I have a page where a table is repeated over and over. Each table has the same structure and layout, only the specific information in the cells is different. Whenever I want to change the layout of a table, I have to do that to all the others.
Is there a way to repeat the table code so I only need to edit the the code once when I want to change it.
I heard about looping, but I cant seem to figure how it works properly yet. Would I be using arrays for the information?
Any help is greatly appreciated.