+ 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)
5 ответов
+ 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
+ 2
Not to forget..Mysql
+ 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 ;)
+ 1
Thank you!
0
JS