I'm building website in php. For me is important to have pages with similar title and url. Like this: Title -> some content URL -> some-content.php
Each page has the content (articles) retrieved from mysql. Title also is retrieved from mysql.
So my question is: should I generate a .php file for each artivle or it is possible to have one php file with changing content and URL? How whould you do it?
Thanks for the attention