-
Notifications
You must be signed in to change notification settings - Fork 0
/
k.sql
235 lines (180 loc) · 7.7 KB
/
k.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
-- phpMyAdmin SQL Dump
-- version 4.1.12
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Jun 25, 2016 at 09:13 AM
-- Server version: 5.5.36
-- PHP Version: 5.4.27
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: `k`
--
-- --------------------------------------------------------
--
-- Table structure for table `comment_1`
--
CREATE TABLE IF NOT EXISTS `comment_1` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_1`
--
INSERT INTO `comment_1` (`Name`, `Mail`, `comment`) VALUES
('BALA', 'balampbv007@gma', 'nice to have u'),
('Mohan', '[email protected]', 'nice...'),
('Prabu', '[email protected]', 'WOW'),
('Dave', '[email protected]', 'Damn Good');
-- --------------------------------------------------------
--
-- Table structure for table `comment_2`
--
CREATE TABLE IF NOT EXISTS `comment_2` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_2`
--
INSERT INTO `comment_2` (`Name`, `Mail`, `comment`) VALUES
('BALA', 'balampbv007@gma', 'Superb!!!'),
('balampbv', '[email protected]', 'GOOd'),
('sriram s', '[email protected]', 'checl'),
('selva', 'samarun234@gmai', 'gooood'),
('krishnakrish', '[email protected]', 'Jjj');
-- --------------------------------------------------------
--
-- Table structure for table `comment_3`
--
CREATE TABLE IF NOT EXISTS `comment_3` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_3`
--
INSERT INTO `comment_3` (`Name`, `Mail`, `comment`) VALUES
('BALA', 'balampbv007@gma', 'Check'),
('BALA', 'balampbv007@gma', 'Check');
-- --------------------------------------------------------
--
-- Table structure for table `comment_4`
--
CREATE TABLE IF NOT EXISTS `comment_4` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_4`
--
INSERT INTO `comment_4` (`Name`, `Mail`, `comment`) VALUES
('Kumar', '[email protected]', 'Goood...');
-- --------------------------------------------------------
--
-- Table structure for table `comment_5`
--
CREATE TABLE IF NOT EXISTS `comment_5` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_5`
--
INSERT INTO `comment_5` (`Name`, `Mail`, `comment`) VALUES
('mohanraj', '[email protected]', 'damn good\r\n'),
('Uma', 'uuu', 'ujdfh');
-- --------------------------------------------------------
--
-- Table structure for table `comment_6`
--
CREATE TABLE IF NOT EXISTS `comment_6` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_6`
--
INSERT INTO `comment_6` (`Name`, `Mail`, `comment`) VALUES
('balampbv', 'balampbv007@gma', 'check');
-- --------------------------------------------------------
--
-- Table structure for table `comment_7`
--
CREATE TABLE IF NOT EXISTS `comment_7` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_7`
--
INSERT INTO `comment_7` (`Name`, `Mail`, `comment`) VALUES
('balampbv', 'balampbv007@gma', 'Damn'),
('Kumar', '[email protected]', 'kkk');
-- --------------------------------------------------------
--
-- Table structure for table `comment_8`
--
CREATE TABLE IF NOT EXISTS `comment_8` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_8`
--
INSERT INTO `comment_8` (`Name`, `Mail`, `comment`) VALUES
('Bala Sekar', 'balampbv007@gma', 'Good\r\n'),
('Bala Sekar', 'balampbv007@gma', 'Good\r\n');
-- --------------------------------------------------------
--
-- Table structure for table `comment_9`
--
CREATE TABLE IF NOT EXISTS `comment_9` (
`Name` varchar(15) DEFAULT NULL,
`Mail` varchar(15) DEFAULT NULL,
`comment` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `comment_9`
--
INSERT INTO `comment_9` (`Name`, `Mail`, `comment`) VALUES
('jj', '[email protected]', 'jjjj'),
('kk', '[email protected]', 'jkk');
-- --------------------------------------------------------
--
-- Table structure for table `posts`
--
CREATE TABLE IF NOT EXISTS `posts` (
`id` int(2) NOT NULL AUTO_INCREMENT,
`post` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
--
-- Dumping data for table `posts`
--
INSERT INTO `posts` (`id`, `post`) VALUES
(1, 'Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2011!\r\n'),
(2, 'It is also possible to order by more than one column. When ordering by more than one column, the second column is only used if the values in the first column are equal:\r\n'),
(3, 'PHP 5+: MySQL is not enabled by default, so the php_mysql.dll must be enabled inside of php.ini. Also, PHP needs access to the MySQL client library. A file named libmysql.dll is included in the Windows PHP distribution, and in order for PHP to talk to MySQL this file needs to be available to the Windows systems PATH.'),
(4, 'When you are working with an application, you open it, do some changes and then you close it. This is much like a Session. The computer knows who you are. It knows when you start the application and when you end. But on the internet there is one problem: the web server....'),
(5, 'sessions work by creating a unique id (UID) for each visitor and store variables based on this UID. The UID is either stored in a cookie or is propagated in the URL.'),
(6, 'When you are working with an application, you open it, do some changes and then you close it. This is much like a Session. The computer knows who you are. It knows when you start the application and when you end. But on the internet there is one problem: the web server....'),
(7, 'The most important thing to notice when dealing with HTML forms and PHP is that any form element in an HTML page will automatically be available to your PHP scripts.\r\n\r\nExample'),
(8, 'Variables are used for storing values, like text strings, numbers or arrays.\r\n\r\nWhen a variable is declared, it can be used over and over again in your script.\r\n\r\nAll variables in PHP start with a $ sign symbol.\r\n\r\nThe correct way of declaring a variable in PHP:'),
(9, 'he built-in $_POST function is used to collect values from a form sent with method="post".\r\n\r\nInformation sent from a form with the POST method is invisible to others and has no limits on the amount of information to send.\r\n\r\nNote: However, there is an 8 Mb m');
/*!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 */;