Hi,
Here in this tutorial, I am providing something that you may need for your own website. The value of CMS ( Content Management System ) , in todays site is one of the most attracting feature. CMS built the site dyanamic means that, the regsiter user can directly connect to thte database and can make the change in database , which can be seen on the webpage. Really its very nice.
As I am Computer Science student so, i made this CMS in my minor project ( 6th sem).
It is very easy..GO with me step by step, I may help you.
Here we go: (
1. Install WAMP server to your PC( WIndows) or LAMP to your LINUX system. ( Learn how to configure WAMP )
2. Okay, Here i may suppose now that you had configured your WAMP.
3. Understanding CMS : CMS ( Content Management System ). It is a best way that you can interact with the database ( create and modify ) and make your web more dynamic.
4. To built a simple CMS system, first we will be creating a database named “mycms” by going :
http://localhost/phpmyadmin/ and Create a New Database.
5. After the 4th step we are going to create a table name and the field name for a particular table.
6. Create three tables in the database “mycms”.
a)users
b)pages
c)subjects
Okay we will be having these above tables.
7. Field names in a particular table name :-
a) Table “users” contains – id int(11), username varchar(50), hashed_password varchar(40).
b) Table “pages” contains -id int(11), subject_id int(11), menu_name varchar(30), position int(3), visible tinyint(1), content text.
c) Table “subjects” contains – id int(11), menu_name varchar(30),position int(3), visible tinyint(1).
I all the above make the “id” field primary key.
At this time we are ready with our database creation. Next we are goign to make the basic pages like login.php, logout.php, users.php, subjects.php, index.php….. etc
These all pages, designed will be done in the next post. Stay connected, its really very easy.
Share your knowledge



Hi,
We all liked your style of writting “tutorials”. Its some what like story telling.
We are all waiting for NEXT POST.
Thanks
Rinki
[Reply]
i totally true I really like your blog . thanks for the story
[Reply]