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
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
Related Q & A:
- How should I go about starting a non-profit organization?Best solution by Yahoo! Answers
- How do I go about creating a custom search engine for my website?Best solution by Stack Overflow
- How do I go about getting a job working in a recording studio?Best solution by Yahoo! Answers
- How do I invite people to a page on facebook?Best solution by Yahoo! Answers
- How can I make a website like facebook for free?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.