0
I want to build my own website
i want to build my own website , i started with php what other languages should i learn and what resources to learn ( i dont think this program is enough)
5 odpowiedzi
+ 2
you have o learn HTML, CSS, JavaScript and php if you want build a website as a professional.
+ 1
HTML, CSS, JS and PHP will be the minimum, learning some backend and frontend frameworks wont hurt either. If you want to store for exmaple user account passwords and usernames then you would need to learn SQL too, it's a language used in databases which store data.
+ 1
ahmed elsayed a framework is a codebase that you can use that speeds up the development process. The frontend is the website you see. The backend is code that runs the websites, it controls everything, databases, sending a webpage to the user and doing other things depending on what type of website you are making.
0
what is a frontend and backend framework ?
0
TurtleShell so i need php as backend
css html javascript as frontend
what about database ?