-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.php
More file actions
215 lines (188 loc) · 7.94 KB
/
search.php
File metadata and controls
215 lines (188 loc) · 7.94 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
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
<?php
// get main result information
// if(isset($_POST['submit'])){
// $keyword=$_POST['searchContent'];
// //$command = escapeshellcmd("python test.py $keyword");
// //$output = shell_exec($command);
// //ob_end_clean();
// //header("Connection: close");
// //ignore_user_abort();
// //exit(0);
// //$handle = popen("test.py $keyword", 'r');
// //$output = fread($handle, 1024);
// //var_dump($output);
// //pclose($handle);
// $checkSubmit='YES';
// header( 'Location: deshboard' );
// //D:\AnikProgram\Web_Scraping\test.html
// }else{
// $checkSubmit='NO';
// }
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deshboard</title>
<link rel="stylesheet" href="../public/css/deshboard.css">
<link rel="stylesheet" href="../public/css/bootstrap.min.css">
<link rel="stylesheet" href="../public/fonts/icomoon/style.css">
<link rel="stylesheet" href="../public/css/footer-style.css">
<link rel="icon" type="image/png" href="./icon/icons/favicon.ico" />
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="./public/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="./public/fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="./public/css/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="./public/css/hamburgers.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="./public/css/select2.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="./public/css/util.css">
<link rel="stylesheet" type="text/css" href="./public/css/main.css">
<style>
.anime-text {
background-color: none;
position: relative;
animation-name: example;
animation-duration: 4s;
animation-iteration-count: infinite;
}
@keyframes example {
0% {
left: 0px;
top: 0px;
}
25% {
left: 20px;
top: 0px;
}
50% {
left: 20px;
top: 20px;
}
75% {
left: 20px;
top: 20px;
}
100% {
left: 0px;
top: 0px;
}
}
/*@keyframes example {
0% {background-color:red; left:0px; top:0px;}
25% {background-color:yellow; left:200px; top:0px;}
50% {background-color:blue; left:200px; top:200px;}
75% {background-color:green; left:0px; top:200px;}
100% {background-color:red; left:0px; top:0px;}
}*/
</style>
</head>
<body>
<div class='row bg-dark pb-3'>
<div class='col-lg-4 text-center px-5 py-3'>
<a href="deshboard">
<h4><Strong style='color: white; font-size: 22px;'>SEO PLANNER TOOLS</Strong><small
class='header-sm-tit'> ( All SEO Solution )</small></h4>
</a>
</div>
<div class='col-lg-5 text-right'>
<form action="deshboard" method="POST" class='py-3'>
<div class="input-group">
<input type="text" name='searchContent' class="form-control" placeholder="Search Keyword...">
<div class="input-group-btn">
<input type="submit" name='submit' class='btn btn-primary'
style='border-top-left-radius: 0px; border-bottom-left-radius: 0px;'>
</div>
</div>
</form>
</div>
<div class='col-lg-3 text-center py-3'>
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
EN
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">BN</a>
<a class="dropdown-item" href="#">CH</a>
</div>
</li> --->
<div class="btn-group">
<button type="button" class="btn btn-outline-black text-white">EN</button>
<button type="button" class="btn btn-outline-black dropdown-toggle dropdown-toggle-split text-white"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">EN</a>
<a class="dropdown-item" href="#">BN</a>
</div>
</div>
<a href="login" class='btn btn-outline-info'>Login</a>
<a href="contact" class='btn btn-outline-info'>Contact</a>
</div>
</div>
</div>
<div class='container-search' style='padding-top: 0px;'>
<div class="area">
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class='row anime-text'>
<div class='col-lg-12 mt-5 my-5'>
<h5 style='font-size: 60px; text-align: center; font-family: "Berlin Sans FB";'
class='text-white font-weight-bold'>Get measurable results</h5>
<h5 style='font-size: 60px; text-align: center; font-family: "Berlin Sans FB";'
class='text-white font-weight-bold'>from online marketing</h5>
</br>
<h5 style='font-size: 20px; text-align: center; font-family: "Lucida Sans";'
class='text-white font-weight-normal'>Do SEO, content marketing, competitor research,</h5>
<h5 style='font-size: 20px; text-align: center; font-family: "Lucida Sans";'
class='text-white font-weight-normal'>PPC and social media marketing from just one platform.</h5>
</div>
</div>
<div class='container px-5 py-3'>
<div class='row px-5'>
<div class='col-lg-3'></div>
<div class='col-lg-6 text-right'>
<form action="deshboard" method="POST">
<div class="input-group">
<input type="text" name='searchContent' class="form-control"
placeholder="Search Keyword...">
<div class="input-group-btn">
<input type="submit" name='submit' class='btn btn-primary'
style='border-top-left-radius: 0px; border-bottom-left-radius: 0px;'>
</div>
</div>
</form>
</div>
<div class='col-lg-3'></div>
</div>
</div>
<div class='container-search'>
<!--- null div -->
</div>
<div class='container-search'>
<!--- null div -->
</div>
</div>
</div>
<?php require 'footer.php' ?>