With what web language could I develop something similar to this image?

Asked

Viewed 63 times

-2

inserir a descrição da imagem aqui

Well I’m willing to implement some such system on a website, as shown in the picture you choose where you are and where you want to get and the mode and appears a value, Could someone give a light? What language to use or some similar code or something I can study?

  • 4

    I don’t know why the question,

  • but it can only be done with one language or it would have to use the 3?

  • You can do something on the same level only with html and css?

  • You would have to have a Backend to save the User options and show the price according to the selection.This would be done with PHP,to style you would use css. Javascript is not necessarily mandatory,da para fazer sem.

  • Thanks bro I’ll try to take a look at this to try to do so I look for videos or something on google with respect to backend and save in php? you would have something related to the theme to pass me ?

  • and answers the topic so that I can vote on your comment .

  • quiet brother.

  • Gabriel, when you think an answer is useful and answered your question, you should not "just" vote for it, it is important to mark the answer with , as described on the page of Tour of the website. By marking in the answer that you considered sufficiently useful and that answered your question, you are adequately rewarding the author of the answer and motivating others to answer, and in the future you may be helping others who have the same question as your question. Abs!

  • Study hard and do not give up. It is complicated when you are starting, many doubts arise. But with time and many videos tutorials and lots of practice, you will get there!

Show 4 more comments

1 answer

-1


To make a system like this you will need:

  • PHP: Will be used to store user options in a data and generate price calculation based on which options he chose

  • CSS: to style the page according to its layout.

  • javascript: After the user has chosen the options, you have 2
    options,refresh the page with the full value or use javascript for
    update the value without updating the page.

    As you are starting out, I recommend starting step by step. First write the simplest code. Create your page with HTML and css, the way you want it. After that search for PHP and mysqli. (no show all this if you do not save the data) With this above, do it. After you get more experience and have less difficulty,you already add Javascript to make more dynamic the page.

  • 1

    opa mano vlw same, I’ve done all the html and css of the page I’ll start studying about php and mysqli now.

  • Any doubt or difficulty just call .

  • opa mano vlw, you would recommend some site p study or some course or channel ?

  • I recommend this playlist: https://www.youtube.com/watch?v=F7KzJ7e6EAc&list=PLHz_AreHm4dm4beCCmW4xwpmLf6EHY9k

Browser other questions tagged

You are not signed in. Login or sign up in order to post.