53.4k views
4 votes
What combination of technologies will eventually be used to handle "shopping cart" activity as a website develops?

User Rietty
by
5.3k points

1 Answer

2 votes

Answer:

MySQL and PHP

Step-by-step explanation:

The combination of technologies that will eventually be used to handle "shopping cart" activity as a website develops are "MySQL and PHP".

MySQL has databases which is usually used PHP. It's open source and also free. It uses Structured Query Language.

PHP is a scripting language which is used in the development of websites. It can connect to databases and also manipulate databases.

User Nithesh Narayanan
by
5.9k points