This is a discussion on "Creating a content management system" within the PHP Forum section. This forum, and the thread "Creating a content management system are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Creating a content management system
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|
|
||||
|
Re: Creating a content management system
As well as PHP, you will need a Database. Do you know MySQL or anything else like that?
|
|
||||
|
Re: Creating a content management system
Yeah I am learning php and Mysql! both work together so have been working on them both!
__________________
Check out my Portfolio cfdesignz.co.uk and my blog at blog.cfdesignz.co.uk
|
|
||||
|
Re: Creating a content management system
I like to start with the user management.
Create a table called users. You will need these at the very least ID - primary key auto_increment Username Password type - level of access (admin, basic etc.) You could also add things like: realname email address etc.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: Creating a content management system
Free Pass to Lynda.com
try that link to lynda.com the cfm is the best one to learn how to build a cms.
__________________
The Net is Dying | Fan Rage | We are Battlefield heroes - BFH Forum Vanilla Source - Vanilla Help, and mods
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Review my content management system | tox0tes | PHP Forum | 16 | Aug 30th, 2007 20:03 |
| News Content Management System | jjpeacha | PHP Forum | 14 | Aug 26th, 2007 00:59 |
| Content management | moshe | Scripts and Online Services | 4 | Jun 6th, 2007 14:28 |