I want to make a site, and I’ve learned a few languages, but I realize that I may not know the languages needed for the site to do what I want.
- I want a log-in feature that opens areas only to members for example.
- I want a place where people can post even without being logged in like an open message board.
I’m not asking how to do these things, just what languages people recommended for these things. It’s only a few key features atm, but I don’t plan on it ever being big. I don’t know if it’ll ever be something. I don’t want a forum. I’ve looked at forums and I don’t want that. I want to keep it mostly simple for the moment. Any help is appreciated.
Basically all you need is HTML and CSS, then you can use PHP or Python for most of the things. For database you have a lot of freedom again, you can use noSQL, MySQL, SQLite and a lot’s of others.
But it all comes down to what do you know of, and how well do you know that language.