-- phpMyAdmin SQL Dump -- version 2.10.0.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Sep 11, 2007 at 07:54 AM -- Server version: 4.1.22 -- PHP Version: 4.4.4 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `sumbaorg_mba` -- -- -------------------------------------------------------- -- -- Table structure for table `admin_login` -- CREATE TABLE `admin_login` ( `uid` int(11) NOT NULL auto_increment, `username` varchar(15) NOT NULL default '', `password` varchar(15) NOT NULL default '', `email` varchar(16) NOT NULL default '', `status` int(1) NOT NULL default '0', `join_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `last_login` timestamp NOT NULL default '0000-00-00 00:00:00', `online` int(1) NOT NULL default '0', `live` int(1) NOT NULL default '0', `login_ip` varchar(15) NOT NULL default '', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `admin_login` -- INSERT INTO `admin_login` VALUES (1, 'admin', 'cible0608', '', 1, '2007-07-14 02:09:32', '2007-07-14 02:09:32', 1, 0, '202.141.99.163'); -- -------------------------------------------------------- -- -- Table structure for table `news` -- CREATE TABLE `news` ( `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `details` text NOT NULL, `img` varchar(100) NOT NULL default '', `attachment` text NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ; -- -- Dumping data for table `news` -- INSERT INTO `news` VALUES (17, 'PGDBA Evening Program Started from this Academic Year', '', '', 'PGDBA Course Structure & Detailed Syllabus.doc'); INSERT INTO `news` VALUES (18, 'MBA Final Year Student Placement Activity Started', 'Companies Interested in Campus Interview can Contact \r\nDr. Sanjay J. Bhayani (Placement Officer )\r\nMo: +91-9427730515 \r\nor \r\ncan mail us at: sumbaplacement@yahoo.co.in', '', ''); INSERT INTO `news` VALUES (29, 'MBA GCET 2007', 'Written Test Examination Seating Arrangement for RAJKOT Centre', '', 'GCET MBA 2007.doc'); INSERT INTO `news` VALUES (30, 'GCET 2007 GD - PI SCHEDULE', '', '', 'gd pi sch.doc'); -- -------------------------------------------------------- -- -- Table structure for table `stud` -- CREATE TABLE `stud` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `address` text NOT NULL, `city` varchar(50) NOT NULL default '', `pincode` varchar(15) NOT NULL default '', `state` varchar(25) NOT NULL default '', `bdate` text, `phone` varchar(20) NOT NULL default '', `mobile` varchar(15) NOT NULL default '', `pdetail` text NOT NULL, `fr` text NOT NULL, `sr` te