I currently have an inode limit on my webhost which dissalows me from having very many acutal .html or .php pages. Is it possible to store all the html code from the pages in a mysql database, and instead of having physical pages, just output that html code onto extensionless pages in a way like the website imdb does it?
For example, I'd want my URLs to look something like http://www.imdb.com/title/tt0478087/
Notice that there is no extension like .html or .php. How would I go about doing something like this?