+ 2
question on how a website works
(I’m new to coding) for example I’m going to use animekisa.tv how exactly would someone make a subpage for every episode and show? there has to be a way to semiautomate this without directly making a new page for everything, right? also how would you edit a site after it’s up on the internet
1 Resposta
+ 2
My security software goes nuts on that website so I can't safely look at this subpage creation feature you're referring to.
Anyway, dynamically generating content off information in a database is something in many websites that have significant code running in their web hosting servers. You can't do that with HTML, CSS, and JavaScript running in a web browser. You could do that with NodeJS, PHP, ASP.net...