December 24, 2009, in PHP,Programming,Web Design.
Share your thoughts »
I recently got a question from a reader following the "Creating a PHP CMS" series of tutorials asking about customizing the home page to be different from the rest of the site.
Continue reading to find out how to customize the home page in our simple CMS.
Read More
September 21, 2009, in PHP.
7 Comments »
This is a guest post by Karl Agius.
Last week, there was a brief discussion in the comments for "Creating a PHP CMS Part 7" about whether it was preferable to use PHP's functions, or MySQL's built in functions to digest a password. There was no solid answer at that point, so I ran a small test to determine which way worked best.
Read More
August 24, 2009, in PHP,Programming,Web Design.
54 Comments »
In today's part of Creating a PHP CMS, we will be creating a simple login system.This login system will be used to restrict access to the administration panel. I will talk about user validation, site security and application of the login system.
Read More
August 21, 2009, in PHP,Programming,Web Design.
6 Comments »
Today we will be looking at some administration functions for our CMS, including updating posts, deleting posts and changing the home page.
Read More
August 19, 2009, in PHP,Programming,Web Design.
5 Comments »
In the last few posts, we learned how to display information from the database. Today, we will be creating lists of posts for a navigation list, and for the CMS admin.
Read More