Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear sir.
I am a web designer. i made 7 seven static website using HTML,CSS,Javascript.
Now i have eCommerce project.
i dont have any idea about eCommerce.
anyone can help me.
how can i make it without database.
HTML,CSS,Javascript is enough for it or should i learn any other language for make this?
Please give me some basic tips with any example.


Thanks in advance :)
Posted
Comments
Pheonyx 3-Apr-14 7:28am    
Erm, how do you think you can do an eCommerce website with out a database?
Where do you plan on storing all of your information? In flat files?
Yeah what are the plans to store and track information? How will you send emails, notifications to users?
enhzflep 3-Apr-14 20:36pm    
Perhaps a pertinent question here is:

For what purpose do you wish to avoid the use of a (n existing) database?


It seems like you'd like to implement functionality which is already available in off-the-shelf libraries.

Failing using a database like: MySql, MSSql, Oracle, Sqlite, PostOgre, etc, etc will leave you with a requirement to easily store and retrieve data some other way.
I suppose you _could_ use xml or csv files to store your data, but that would be a mighty inefficient use of both disk-space and (unless its a learning exercise,) your time.

You can create an ecommerce website without using a database. You can use some alternative like XML files or TXT file etc. Even then you have to learn some server side technology like ASP.NET or PHP etc. When you learn some server side technology like ASP.NET you will come to know that using a Database will be the best approach in your case.

You cannot create it by simply using HTML, CSS and Javascript.
 
Share this answer
 
If you want a dynamic website you must use any programming language(Asp.Net, Java, ),database(SQl Server, MySql) Html, Javascript.If you want static page you just know Html . You are asking E-Commerce website So you must be know one programming language,one database.There is no other choice.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900