Showing posts with label Project Modules. Show all posts
Showing posts with label Project Modules. Show all posts

Thursday, April 25, 2013

Login Page for Phpmyadmin


Create Login Page for Phpmyadmin - xampp

It is very easy to create login page for Phpmyadmin at xampp. We have to find the file named config.inc.php at root\xampp\phpMyAdmin\config.inc.php.

$cfg['Servers'][$i]['auth_type'] = 'config';

you just need to replace with the line  $cfg['Servers'][$i]['auth_type'] = 'cookie';

Now you will get login page for Phpmyadmin (mysql)

Wednesday, October 31, 2012

Codeigniter Introduction (PHP-MVC)

CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks 

  1. CodeIgniter is open souce PHP Framework.
  2. Simple and elegant framework to create web applications.
If you are already building PHP Application, CodeIgniter will help you to do it better and more easily. With CodeIgniter, you can save time, make your web more robust, your code will be easier to read and maintenance. It is free, lightweight, and simple to install. In this post, we will know more deep about CodeIgniter before write code.

Please Visit  http://www.phpeveryday.com/articles/CodeIgniter-Framework-Basic-Tutorial-P841.html for more details and had instruction to instann and create sample application.

Monday, September 06, 2010

library Management

 Admin Module (admin/ librarian)
  1. Login
  2. Add Employee
  3. Add Students
  4. Add Books
  5. Manage Employee
  6. Manage Students
  7. Manage Books
  8. Entry Daily Issues
Client Module
  1. Index Page
  2. Student Book Issue information page.

Folder Structure 
 Library Management
  • Index file
  • student's book issue viewfile
  • Admin Folder
                        index file
                        add employee files
                        add student information
                        manage employee and students files.
  • image folder
  • css folder(contain css file)
  • js folder(contain javascript file)