I need that the program would create a web page and in that page would be posted a text that I written already, but I created 10 texts and program has to pick only one at the time.That can mean anything. The content isn't really something you can just generate automatically. Usually. I've seen plenty of pages that are clearly just Twitter bots or Reddit scrapers that turn specific posts or tags into a "listicle" that throws in an ad every three pixels. Generating actual pages is trivial. If you're not a coder, there are static page generators such as Hugo and Jekyll that can turn files written in Markdown (a simple, human-readable text file) into a full HTML page, wrapping each page's content in a theme. That also makes it trivial to re-generate every page if you change your theme. But, that still requires you to write the actual content and it doesn't really support dynamic content, like from a database. Those are often used for blogs and things like that.
Depends what you're after. Can you be more specific?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.