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!
How can i simplify this? I want to print contents of a rows from MySQL into a table so, that each value of a field prints to a table cell horizontally and when next row starts from db it prints to next table row. How can i do it so, that i dont need to specify a number of columns, but column number is automatically a number of fields in a row?