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
Andrew Falkowski
708 PointsDatabase
Database with HTML? if anyone could tell me how to make a searchable database in html that would be awesome.
1 Answer
John Wheal
27,969 PointsThis question doesn't make the slightest bit of sense. HTML is a client side language while a database is server side and so you can't use HTML to talk to a database. Your best bet would be to watch the MySQL and PHP videos to get started.
Sadi Qevani
311 PointsSadi Qevani
311 Points*Markup Language
PS: You can work it out with JavaScript - JQuery(AJAX) + NodeJS + MongoDB or any type or supported NodeJS database.
PSS: Still your question does not make any sense.