Shadowhack asked:


I am working on building an online shopping cart that needs to be able to reflect changes to quantity, adding/subtracting products and calculate shipping; the basics of a shopping cart. Which programming language do you recommend?
Maybe I should clarify, I am sort of making a table in the shopping cart, that when you enter in the item code and quantity it produces the price and adds the total. I am familiar in coding C++ but I know that is not a web-based programming language, would PHP be a good language to use?

Marketing Tips