0

how do you make an online store with coding languages and which ones should i use?

Im just wondering about this, i may or may not do it🙂

5th Jun 2017, 1:53 PM
emily zoque
emily zoque - avatar
1 ответ
+ 9
As a beginner, online store can be made with HTML as the static pages of the store and CSS for the styling the HTML so as to make it look nice, then you can use PHP to do some validation and CRUD (Create, Read,Update,Delete) operations with MySQL as the database. But as a professional, frameworks (CodeIgniter, Laravel, Sympony, Fuel PHP , etc) could be used to speed up the creation of an online store without writing the code from scratch but you must have knowledge in PHP to use exampled frameworks.
5th Jun 2017, 2:29 PM
Awele Omeligwe
Awele Omeligwe - avatar