| Current Path : /var/www/html/mmishra/indem/WWW-DBA/ |
| Current File : /var/www/html/mmishra/indem/WWW-DBA/tbl_mainlinks.sql |
# phpMyAdmin SQL Dump # version 2.5.3 # http://www.phpmyadmin.net # # Host: localhost # Generation Time: May 08, 2013 at 10:41 AM # Server version: 5.0.45 # PHP Version: 5.1.6 # # Database : `iiita2010` # # -------------------------------------------------------- # # Table structure for table `mainlinks` # CREATE TABLE `mainlinks` ( `link_id` int(2) NOT NULL default '0', `linktitle` varchar(50) NOT NULL default '', `linkdesc` varchar(100) default NULL, PRIMARY KEY (`link_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; # # Dumping data for table `mainlinks` # INSERT INTO `mainlinks` VALUES (1, 'Academics', 'Academic Information'); INSERT INTO `mainlinks` VALUES (2, 'About IIITA', 'Know more about IIIT Allahabad'); INSERT INTO `mainlinks` VALUES (3, 'Calendar', 'Events @ IIITA'); INSERT INTO `mainlinks` VALUES (4, 'Contact Information', 'Whom to contact for what...'); INSERT INTO `mainlinks` VALUES (5, 'Academics', 'Academic information'); INSERT INTO `mainlinks` VALUES (6, 'Recruiters', 'Information for recruiters'); INSERT INTO `mainlinks` VALUES (8, 'People', 'Know more about the students & faculty at IIITA'); INSERT INTO `mainlinks` VALUES (7, 'Research', 'Know more about research at IIITA'); INSERT INTO `mainlinks` VALUES (9, 'Annoucements', 'Important announcements');