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 trialKhalil Al-Rashid
Courses Plus Student 933 PointsExporting database table into html webpage?
I already took some SQL course and SQL server, now I know who to create a database, but I don't know who to export my data to a webpage? the available courses teach you who to create a database and how to manage the server, but I don't see courses teach you who to export your data from any table into a html page.
2 Answers
Ken Alger
Treehouse TeacherKhalil;
I would direct you towards Python as there are some great database specific courses as well as really good web framework courses. Things like:
Will give you some great instruction on how to integrate databases with Python and web pages. There are likely Python specific prerequisites for some or most of those courses, but by the time you are done with them and the specific ones I listed you should have a good grasp on how everything works together.
Hope it helps and good luck! Be sure to post a link to your project when you get it up and running.
Happy coding,
Ken
Ken Alger
Treehouse TeacherKhalil;
Which back-end language are you wanting to learn to do this in?
Ken
Khalil Al-Rashid
Courses Plus Student 933 PointsSorry for this question, but can you please help me more? what do you mean by back-end languages? can you suggest the familiar one to me?
Ken Alger
Treehouse TeacherHere on Treehouse your back-end language options would be things like Java, JavaScript, PHP, Python, Ruby, etc. Depending on which one(s) you know/what to learn will help to direct you towards the most appropriate track/courses as all of those languages may be used to obtain data from a SQL database and pass it onto a web server in some fashion.
Khalil Al-Rashid
Courses Plus Student 933 PointsMany thanks Ken. the Python language is on of my development study plan, but I did not start this language yet. I have good knowledge in javascript language. so what do you suggest? to start with python or js? and when I study python, then will I be able to display the sql query into the html?
Khalil Al-Rashid
Courses Plus Student 933 PointsKhalil Al-Rashid
Courses Plus Student 933 PointsI appreciate your pro answer. and this is a good start for me.