Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Populate a table dynamically by using data from a database

Hi, want to learn more about how to populate a table dynamically by using data from a database. is there a courses i can do here?

what are the steps that i should take/ things i should learn / or have a general knowledge of?

love to hear from you!

1 Answer

Steven Parker
Steven Parker
229,786 Points

While the table would eventually exist as HTML in the client (browser), the construction of it would generally be done from a database at the server side using code written in something like JavaScript, Ruby, C++, Python, etc. And each language would usually have multiple choices for methods of accessing databases.

There are courses here for all of these, but your choice may be influenced by prior experience and/or aspects of your intended final application.