Re: Forum Creation from Scratch

Do you mean that you want to create forum software by coding it yourself from the beginning? If so, there are many ways of going about this. However, I do advise you to learn a little bit about how front end, back end, and simple database systems work. You don't have to, but web stuff is so complicated nowadays, that you have to know a little about how all the pieces fit together. The old traditional way is to learn the LAMP stack, which is just an acronym for the technologies that include Linux, Apache, PHP, and MySQL. This is arguably falling behind in terms of security, performance, and other related factors. But it is a good starting point if this is just a personal project. PHP is usually a language that is used on the back end. For the front end, a common set of languages is HTML, CSS, and _javascript_ and libraries like React or Angular. Front end is mostly what people see on your website. The back end is the server stuff that runs on your Linux machine, or Windows machine, that provides the communication layer to the database. Anyway, sorry, I just wanted to put a little bit of information out there. and this is only scratching the surface. This is all to say that PHP is fine if you just want to run a hobby project. The old way is to render and bundle all code using PHP. And again, good way to start, but not good way to maintain a production system. Ideally, you want to separate server code from code that runs on the web browser.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : DyingMoose93 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Liam via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : haily_merry via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : DyingMoose93 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Liam via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : DyingMoose93 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : kaigoku via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : kaigoku via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector

Reply via email to