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 think its just me being stupid but I cant get this table right so it only displays one column heading instead of one for each row! Any ideas? I'm assuming its the loop in the wrong place.
Your table is malformed. It only has 3 top rows, and then four rows.
I'm not exactly sure what you're asking, but maybe you'd be interested in the rowspan attribute. You should read the W3C documentation on tables and see the correct way to make them.