-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquotation.php
More file actions
178 lines (174 loc) · 9.33 KB
/
quotation.php
File metadata and controls
178 lines (174 loc) · 9.33 KB
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
<?php
$quotes=array(
'1' => 'A goal without a plan is just a wish.',
'2' => 'Imagination rules the world',
'3' => 'No act of kindness, however small, is ever wasted',
'4' => 'Always be kind, for everyone is fighting a hard battle',
'5' => 'Failure is success if we learn from it.',
'6' => 'If you are not confused, you are not paying attention.',
'7' => 'If you are not confused, you are not paying attention.',
'8' => 'Falling down is how we grow. Staying down is how we die.',
'9' => 'When there is no moon, we go by stars',
'10' => 'To keep a lamp burning we have to keep putting oil in it',
'11' => 'A short saying oft contains much wisdom',
'12' => 'A proverb is much matter decocted into few words',
'13' => 'Talk doesnt cook rice.',
'14' => 'The time is always right to do what is right',
'15' => 'Life is change. Growth is optional. Choose wisely.',
'16' => 'Trust yourself. You know more than you think you do',
'17' => 'Life isn’t about finding yourself. Life’s about creating yourself',
'18' => 'Nothing ventured, nothing gained.',
'19' => 'Motivate and inspire all!',
'20' => 'Pleasure and action make the hours seem short',
'21' => 'A goal without a plan is just a wish.',
'22' => 'Imagination rules the world',
'23' => 'No act of kindness, however small, is ever wasted',
'24' => 'Always be kind, for everyone is fighting a hard battle',
'25' => 'Failure is success if we learn from it.',
'26' => 'If you are not confused, you are not paying attention.',
'27' => 'Follow your dreams. They know the way.',
'28' => 'Falling down is how we grow. Staying down is how we die.',
'29' => 'When there is no moon, we go by stars',
'30' => 'To keep a lamp burning we have to keep putting oil in it',
'31' => 'A short saying oft contains much wisdom',
'32' => 'A proverb is much matter decocted into few words',
'33' => 'Talk doesnt cook rice.',
'34' => 'The time is always right to do what is right',
'35' => 'Life is change. Growth is optional. Choose wisely.',
'36' => 'Trust yourself. You know more than you think you do',
'37' => 'ife isn’t about finding yourself. Life’s about creating yourself',
'38' => 'Nothing ventured, nothing gained.',
'39' => 'Motivate and inspire all!',
'40' => 'Pleasure and action make the hours seem short',
'41' => 'A goal without a plan is just a wish.',
'42' => 'Imagination rules the world',
'43' => 'No act of kindness, however small, is ever wasted',
'44' => 'Always be kind, for everyone is fighting a hard battle',
'45' => 'Failure is success if we learn from it.',
'46' => 'If you are not confused, you are not paying attention.',
'47' => 'Follow your dreams. They know the way.',
'48' => 'Falling down is how we grow. Staying down is how we die.',
'49' => 'When there is no moon, we go by stars',
'50' => 'To keep a lamp burning we have to keep putting oil in it',
'51' => 'A short saying oft contains much wisdom',
'52' => 'A proverb is much matter decocted into few words',
'53' => 'Talk doesnt cook rice.',
'54' => 'The time is always right to do what is right',
'55' => 'Life is change. Growth is optional. Choose wisely.',
'56' => 'Trust yourself. You know more than you think you do',
'57' => 'ife isn’t about finding yourself. Life’s about creating yourself',
'58' => 'Nothing ventured, nothing gained.',
'59' => 'Motivate and inspire all!',
'60' => 'Pleasure and action make the hours seem short',
'61' => 'A short saying oft contains much wisdom',
'62' => 'A proverb is much matter decocted into few words',
'63' => 'Talk doesnt cook rice.',
'64' => 'The time is always right to do what is right',
'65' => 'Life is change. Growth is optional. Choose wisely.',
'66' => 'Trust yourself. You know more than you think you do',
'67' => 'ife isn’t about finding yourself. Life’s about creating yourself',
'68' => 'Nothing ventured, nothing gained.',
'69' => 'Motivate and inspire all!',
'70' => 'Pleasure and action make the hours seem short',
'71' => 'A goal without a plan is just a wish.',
'72' => 'Imagination rules the world',
'73' => 'No act of kindness, however small, is ever wasted',
'74' => 'Always be kind, for everyone is fighting a hard battle',
'75' => 'Failure is success if we learn from it.',
'76' => 'If you are not confused, you are not paying attention.',
'77' => 'Follow your dreams. They know the way.',
'78' => 'Falling down is how we grow. Staying down is how we die.',
'79' => 'When there is no moon, we go by stars',
'80' => 'To keep a lamp burning we have to keep putting oil in it',
'81' => 'A short saying oft contains much wisdom',
'82' => 'A proverb is much matter decocted into few words',
'83' => 'Talk doesnt cook rice.',
'84' => 'The time is always right to do what is right',
'85' => 'Life is change. Growth is optional. Choose wisely.',
'86' => 'Trust yourself. You know more than you think you do',
'87' => 'ife isn’t about finding yourself. Life’s about creating yourself',
'88' => 'Nothing ventured, nothing gained.',
'89' => 'Motivate and inspire all!',
'90' => 'Pleasure and action make the hours seem short',
'91' => 'A goal without a plan is just a wish.',
'92' => 'Imagination rules the world',
'93' => 'No act of kindness, however small, is ever wasted',
'94' => 'Always be kind, for everyone is fighting a hard battle',
'95' => 'Failure is success if we learn from it.',
'96' => 'If you are not confused, you are not paying attention.',
'97' => 'Follow your dreams. They know the way.',
'98' => 'Falling down is how we grow. Staying down is how we die.',
'99' => 'When there is no moon, we go by stars',
'100' => 'To keep a lamp burning we have to keep putting oil in it',
'101' => 'A short saying oft contains much wisdom',
'102' => 'A proverb is much matter decocted into few words',
'103' => 'Talk doesnt cook rice.',
'104' => 'The time is always right to do what is right',
'105' => 'Life is change. Growth is optional. Choose wisely.',
'106' => 'Trust yourself. You know more than you think you do',
'107' => 'ife isn’t about finding yourself. Life’s about creating yourself',
'108' => 'Nothing ventured, nothing gained.',
'109' => 'Motivate and inspire all!',
'110' => 'Pleasure and action make the hours seem short',
'111' => 'A goal without a plan is just a wish.',
'112' => 'Imagination rules the world',
'113' => 'No act of kindness, however small, is ever wasted',
'114' => 'Always be kind, for everyone is fighting a hard battle',
'115' => 'Failure is success if we learn from it.',
'116' => 'If you are not confused, you are not paying attention.',
'117' => 'Follow your dreams. They know the way.',
'118' => 'Falling down is how we grow. Staying down is how we die.',
'119' => 'When there is no moon, we go by stars',
'110' => 'To keep a lamp burning we have to keep putting oil in it',
'111' => 'A short saying oft contains much wisdom',
'112' => 'A proverb is much matter decocted into few words',
'113' => 'Talk doesnt cook rice.',
'114' => 'The time is always right to do what is right',
'115' => 'Life is change. Growth is optional. Choose wisely.',
'116' => 'Trust yourself. You know more than you think you do',
'117' => 'ife isn’t about finding yourself. Life’s about creating yourself',
'118' => 'Nothing ventured, nothing gained.',
'119' => 'Motivate and inspire all!',
'120' => 'Pleasure and action make the hours seem short',
'121' => 'A goal without a plan is just a wish.',
'122' => 'Imagination rules the world',
'123' => 'No act of kindness, however small, is ever wasted',
'124' => 'Always be kind, for everyone is fighting a hard battle',
'125' => 'Failure is success if we learn from it.',
'126' => 'If you are not confused, you are not paying attention.',
'127' => 'Follow your dreams. They know the way.',
'128' => 'Falling down is how we grow. Staying down is how we die.',
'129' => 'When there is no moon, we go by stars',
'130' => 'To keep a lamp burning we have to keep putting oil in it',
'131' => 'A short saying oft contains much wisdom',
'132' => 'A proverb is much matter decocted into few words',
'133' => 'Talk doesnt cook rice.',
'134' => 'The time is always right to do what is right',
'135' => 'Life is change. Growth is optional. Choose wisely.',
'136' => 'Trust yourself. You know more than you think you do',
'137' => 'ife isn’t about finding yourself. Life’s about creating yourself',
'138' => 'Nothing ventured, nothing gained.',
'139' => 'Motivate and inspire all!',
'140' => 'Pleasure and action make the hours seem short',
'141' => 'A goal without a plan is just a wish.',
'142' => 'Imagination rules the world',
'143' => 'No act of kindness, however small, is ever wasted',
'144' => 'Always be kind, for everyone is fighting a hard battle',
'145' => 'Failure is success if we learn from it.',
'146' => 'If you are not confused, you are not paying attention.',
'147' => 'Follow your dreams. They know the way.',
'148' => 'Falling down is how we grow. Staying down is how we die.',
'149' => 'When there is no moon, we go by stars',
'150' => 'To keep a lamp burning we have to keep putting oil in it',
'151' => 'A short saying oft contains much wisdom',
'152' => 'A proverb is much matter decocted into few words',
'153' => 'Talk doesnt cook rice.',
'154' => 'The time is always right to do what is right',
'155' => 'Life is change. Growth is optional. Choose wisely.',
'156' => 'Trust yourself. You know more than you think you do',
'157' => 'ife isn’t about finding yourself. Life’s about creating yourself',
'158' => 'Nothing ventured, nothing gained.',
'159' => 'Motivate and inspire all!',
'160' => 'Pleasure and action make the hours seem short',
);
?>