Friday, 8 January 2010

Content Management System

As well as the search engine optimization we were to create a content managment system so the administrator could log into the website and add events, edit events and delete events and this was done using PHP. The first thing I did was an admin log in. The page that was created looks like this:


Once the user has entered their username and password they will be logged in as long as this information is in the database. Once they are logged in the next page looks like this:
From this page the user can add, edit and delete events. When they click on 'add event' the following page is displayed:



When the user clicks on the edit event link the following page is displayed:


The user then has to click on the event they want to edit and then the next page is displayed:



When the user clicks on the delete event button the following page is displayed:



After the user has clicked on an event, the next page lets the user know that the event has been deleted.

No comments:

Post a Comment