HomePHP Page 5 - Building a Relational Content Management System in PHP/MySQL
Displaying the Articles - PHP
You may be familiar with relational databases, but what is a relational content management system? Read on to learn how to build this system, which helps you create a search engine friendly site fairly quickly.
Here, we look to see whether we've passed the $seoname variable, and if we have, we split it into an array and grab its last value. This lets us use that as the article id and display the current article. We can build on this system quite easily.
Conclusion
There we have it: a quick, easy to use Relational CMS.
This CMS can be built on pretty easily and quickly, but I wanted to get the basics down here first.