Answer the question
In order to leave comments, you need to log in
How to add information to the site without creating an html file for each new page?
Hello. While doing a project at the university to create a site, the question arose: how to add information to the site without creating an html file for each new page? I am essentially creating a site for films and TV shows (ala Kinopoisk), but I did not find the necessary information on how to do this.
Thanks for answers!
Answer the question
In order to leave comments, you need to log in
1. Upload the goods to the server in the form of XML files
2. Parse them and upload them to the database
3. Display them in the store.
4. Google until you're blue in the face about "registration/authorization"
5. Write a cart script (adding/storing/updating/deleting/clearing)
6. If in PHP, then PHPMailer in the teeth
...
X. PROFIT!!!
Ready-made solutions also do not want to use.
At the university, a project or a stupid lab?))
If a project, then google what CMS is.
For everything else at least PHP and mysql
write the necessary information to the database, and then pull it out from there when displaying data
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question