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

Databases

Amani A
Amani A
244 Points

Which language can be best used to program an interactive web that can create a virtual shopping experience?

I need to know how to write an online database or an information store that contains everything related to home improvement and landscape design infused with a real time rendering where you can visualize your design before execution

1 Answer

Rasbin Rijal
PLUS
Rasbin Rijal
Courses Plus Student 10,864 Points

Hi Amani, I think PHP with MySql would be good for interactive web based virtual shopping. You can also find the courses on PHP and Databases in Treehouse. Good luck!

Jeff Lemay
Jeff Lemay
14,268 Points

On top of storage (mysql) and a server-side language (php), to have "real time rendering" you'll need something like Javascript for anything to change on the page without reloading the page each time.

Amani A
Amani A
244 Points

Thank you I appreciate it :)