How would I go about creating an e-commerce website?

How do I go about creating a website like facebook where each person logs into their own profile?

  • I am interested in creating a website where people can have their own profiles with pictures and etc. similar to a facebook or myspace what is the best way to go about doing that. I know some html what else is involved. Thanks

  • Answer:

SeekingK... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

in order to create a website with that much functionality you will need to know a lot more than HTML. you will most likely need a database to store all the information. I recommend trying MySQL since it's free. www.mysql.com once you have a database, you need a web server to host your website. for this I recommend Apache because (of course) it's free. http://www.apache.org/ in order to pull this all together (i.e. in order to retrieve information stored in your database and display it to HTML pages) you will need to learn a programming language. the easiest programming languages for you to learn would be either PHP or Java (JSP). with both of these languages, you will create programs that are in charge of sending and retrieving information from the database. once your write these small programs, you will add some code to your HTML which references these program files to dynamically add content to your pages. basically, if you haven't programmed before (HTML is more scripting than programming) then I recommend you start reading up! hope this helps - good luck with the site!

Tek

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.