What should I learn to build a website with a database from scratch?

0
7
Asked By WebWizard92 On

I'm looking to create a service-based website that allows users to create and store accounts, among other functionalities. I've picked up some basics of PHP and MySQL for working on localhost, but I'm unsure about the next steps. What should I focus on learning to build this project from the ground up so that it works for real users online? Also, is it feasible to host this on a subdomain or a repository, or do I need a full domain?

1 Answer

Answered By CodeCrafterX On

To build a solid foundation, I recommend diving into a PHP framework like Laravel or Symfony. These frameworks help streamline your development process by guiding you towards best practices. Plus, they come with loads of resources and documentation. Even if you don’t stick with them, they offer great insights into how things are structured.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.