commercial website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

commercial website

hello there, i'd like to build a commercial website. Like selling item with customer putting stuff in a basket and then place an order. Which language would you recommend? (Out of Html, css and Js)

6th Aug 2017, 12:03 AM
From The Muddy banks
5 Answers
+ 4
You need to learn all 3 and PHP to make a website like that. HTML-Lets you add content like text images forms for login and sign up CSS-Lets you style that content and position it JavaScript-Lets you add interactivity to check for example if a user clicks this button what will happen PHP-Lets you connect to a database and save a users information and let's you display things depending on time or recommendation
6th Aug 2017, 12:19 AM
MemeSenpai
MemeSenpai - avatar
+ 2
Not to forget..Mysql
6th Aug 2017, 4:55 AM
Calviղ
Calviղ - avatar
+ 2
Php is not the only one to do web serving dynamical web ^^ As suggested by @Code Master, there are frameworks for use JS on server side, and now most of scripting languages also: Ruby and (on) Rails, Python and Django, Flask, Bottle and so on, Java and Spring... Even if Php is still the most implented/used, It's older than others and future will probably let it back ;P And I would personally recommend to look at Python, but at least on language with which you're better skilled/inspired/motivated ;)
6th Aug 2017, 7:24 PM
visph
visph - avatar
+ 1
Thank you!
6th Aug 2017, 10:29 AM
From The Muddy banks
0
JS
6th Aug 2017, 10:49 AM
Code Master
Code Master - avatar