What SW is best for building website?

Ekmek

on steam: ekmek_e
Joined
Aug 7, 2002
Messages
6,115
Location
San Diego, California
I want to build a website where customers create profiles and can create an interest page of things they like and people can reply to them. Kind of like your own personal forum.

Sort of like facebook's wall but not exactly (long story on the details).

Does anyone have an recommendations?
 
Sounds like you are looking for more than just building a static website. What research have you done on the subject?
 
Do you have a programming background?

Unless there exists a freeware software solution that does exactly what you need, you are going to have to build this thing from scratch.

You'll need a web server that supports a server-side scripting language as well as a database. PHP and mysql are your best bets, as they're free. Then you'll just need an editor to edit the code and an ftp client to transfer the files over.

I have a feeling you have no programming experience.. which means your only option is to hire a web developer or atttempt to configure a freeware forum to suit your needs.
 
You can build something like this with a CMS (content management system) like Drupal or Joomla. Just get a web hosting account that includes it.
 
Back
Top Bottom