How does one create a dynamic table (meaning that it expands as information is automatically put in) with data coming from a MySQL database? I'm pulling information from a private school's "stock" database and need to fill in a table with information such as the date of the stock, the last sale price of the stock, the change price, change price %, and volume. I know how to pull this information manually but have no idea how to fill a table with the appropriate information.
I'm guessing loops have to come in to play? Can someone steer me into the right direction?