-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchecktpr.php
More file actions
241 lines (236 loc) · 7.48 KB
/
checktpr.php
File metadata and controls
241 lines (236 loc) · 7.48 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<?php
include("connection.php");
?>
<html>
<head>
<?php
include("script.php");
?>
<style>
.error {color: #FF0000;}
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://iiitu.ac.in/">
<a class="navbar-brand page-scroll" href="#page-top"><img src="image/Capture_7.png" style="width:110px;" class="img-responsive" alt=""></a>
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="logout.php"><span class="glyphicon glyphicon-log-out"></span>LOGOUT</a></li>
</ul>
</div>
</div>
</nav>
<?php
echo"<br><br><br>
<div class='container-fluid'>
<div class='row'>
<div class='col-md-12'>
<div class='panel panel-primary min_h'>
<div class=well well-sm><h3><strong>ELECT REPRESENTATIVE</strong></h3></div>
<div class=row><div class='col-md-1'></div><div class='col-md-11'>";
echo"<div class='col-md-3'>";
$cname=$_REQUEST['name'];
$roll=$_REQUEST['roll'];
echo"<h2><b>Male Candidates are:</b></h2>";
$result1 = mysqli_query($con,"Select candname,id,candroll from $cname.tpr_cand_signup where Gender='M'");
if($result1)
{
$Data= Array();
$k=mysqli_num_rows($result1);
while ($row = mysqli_fetch_array($result1, MYSQLI_ASSOC))
{
$Data[] = $row['candname'];
$Data1[] = $row['id'];
$Data2[] = $row['candroll'];
}
for($i=0;$i<$k;$i++)
{
echo "<div class='row'>
<div class='col-md-4'><h2>$Data[$i]</h2></div>";
$nk=$Data[$i];
$mk=$Data1[$i];
$sk=$Data2[$i];
echo"<div class='col-md-1'>";
?>
<form method='post' enctype='multipart/form-data' action="<?php $_SERVER['PHP_SELF']?>">
<?php
echo"<a class='btn3 btn3-success' href='checktpr.php?actn=2&&name=$cname&&roll=$roll&&num=$mk&&clicked=$sk' name='vote' value='vote'>Vote</a></form>";
echo"</div></div><br>";
}
}
echo"<br><br><h2><b>Female Candidates are:</b></h2>";
$result5 = mysqli_query($con,"Select candname,id,candroll from $cname.tpr_cand_signup where Gender='F'");
if($result5)
{
$Data5= Array();
$Data6=Array();
$k5=mysqli_num_rows($result5);
while ($row5 = mysqli_fetch_array($result5, MYSQLI_ASSOC))
{
$Data5[] = $row5['candname'];
$Data6[] = $row5['id'];
$Data7[] = $row5['candroll'];
}
for($i=0;$i<$k5;$i++)
{
echo "<div class='row'>
<div class='col-md-4'><h2>$Data5[$i]</h2></div>";
$nk5=$Data5[$i];
$mk5=$Data6[$i];
$sk5=$Data7[$i];
echo"<div class='col-md-1'>";
?>
<form method='post' enctype='multipart/form-data' action="<?php $_SERVER['PHP_SELF']?>">
<?php
echo"<a class='btn3 btn3-success' href='checktpr.php?actn=3&&name=$cname&&roll=$roll&&num=$mk5&&clicked=$sk5' name='vote' value='vote'>Vote</a></form>";
echo"</div></div><br>";
}
}
if(isset($_POST['submit']))
{
$gm=mysqli_query($con,"select v4female from tprinfo where Catname='$cname'");
$sqm1=mysqli_fetch_row($gm);
$gmm=mysqli_query($con,"select v4male from tprinfo where Catname='$cname'");
$sqmm1=mysqli_fetch_row($gmm);
$gsm=mysqli_query($con,"select * from $cname.vmale");
$sqsm1=mysqli_num_rows($gsm);
$gmsm=mysqli_query($con,"select * from $cname.vfemale");
$sqmsm1=mysqli_num_rows($gmsm);
echo $sqsm1;
echo $sqmsm1;
if(($sqsm1!=$sqmm1[0])||($sqmsm1!=$sqm1[0]))
{
?>
<script type="text/javascript">
alert("votes less than required ''See below the female candidates list''")
</script>
<?php
echo "<b><h4>You have to exactly vote '$sqmm1[0]' male and '$sqm1[0]' female candidates</h4></b>";
}
else{
$Roll=$_REQUEST['roll'];
$N=$_REQUEST['name'];
$dd="insert into $cname.tpr_voter_login (candroll) value ('$Roll')";
$aff=mysqli_query($con,$dd);
$c=mysqli_query($con,"drop table $N.vmale");
$cc=mysqli_query($con,"drop table $N.vfemale");
header("Location: success_2.php");
}
}
if(isset($_REQUEST['actn']))
{
$cname=$_REQUEST['name'];
$roll=$_REQUEST['roll'];
$act=$_REQUEST['actn'];
$reg=$_REQUEST['clicked'];
$no=$_REQUEST['num'];
switch($act)
{
case 2:
{
$g=mysqli_query($con,"select v4male from voting_project.tprinfo where Catname='$cname'");
$sq1=mysqli_fetch_row($g);
$numb=0;
$g1=mysqli_query($con,"select * from $cname.vmale");
$numb=mysqli_num_rows($g1);
if($numb<$sq1[0])
{
$count=0;
$res=mysqli_query($con,"select * from $cname.vmale where mroll='$reg'");
$count=mysqli_num_rows($res);
if($count==1)
{
?>
<script type="text/javascript">
alert("You already elected this roll no. elect another one");
</script>
<?php
}
else{
$r=mysqli_query($con,"INSERT INTO $cname.vmale (mroll)VALUES ('$reg')");
$vo=mysqli_query($con,"select candvote from $cname.tpr_cand_signup where id=$no");
$dta=mysqli_fetch_row($vo);
$dta1=$dta[0]+1;
$ams="update $cname.tpr_cand_signup set candvote='$dta1' where id=$no";
$aquery=mysqli_query($con,$ams);
}
}
else{
?>
<script type="text/javascript">
alert("You already elected as much male candidates you can elect for more details see below the list of female candidates");
</script>
<?php
echo "<b>*You can elect only $sq1[0] male candidates<br>So your 1st $sq1[0] enteries are taken*</b><br><br>";
}
break;
}
case 3:
{
$gh=mysqli_query($con,"select v4female from voting_project.tprinfo where Catname='$cname'");
$sqh1=mysqli_fetch_row($gh);
$numb=0;
$gh1=mysqli_query($con,"select * from $cname.vfemale");
$numb=mysqli_num_rows($gh1);
if($numb<$sqh1[0])
{
$count=0;
$res=mysqli_query($con,"select * from $cname.vfemale where froll='$reg'");
$count=mysqli_num_rows($res);
if($count==1)
{
?>
<script type="text/javascript">
alert("You already elected this roll no. elect another one");
</script>
<?php
}
else{
$r=mysqli_query($con,"INSERT INTO $cname.vfemale (froll)VALUES ('$reg')");
$vo=mysqli_query($con,"select candvote from $cname.tpr_cand_signup where id=$no");
$dta=mysqli_fetch_row($vo);
$dta1=$dta[0]+1;
$ams="update $cname.tpr_cand_signup set candvote='$dta1' where id=$no";
$aquery=mysqli_query($con,$ams);
}
}
else{
?>
<script type="text/javascript">
alert("You already elected as much female candidates you can elect for more details see below the list of female candidates");
</script>
<?php
echo "<b>*You can elect only $sqh1[0] female candidates<br>So your 1st $sqh1[0] enteries are taken*</b><br><br>";
}
}
}
}
echo"</div></div><br><br>
<div class='row'><div class='col-md-1'></div><div class='col-md-7'>";?>
<form method='post' onsubmit='return frm_check()' enctype='multipart/form-data' action="<?php $_SERVER['PHP_SELF']?>">
<input type='submit' name='submit' value='SUBMIT'>
</form></div></div>
<?php
echo"<div class='row'><div class='col-md-1'></div><div class='col-md-7'></div></div>
</div><br>
</div>
</div>
</div>";
echo "</div>";
?>
</div>
<?php
include("footer_2.php"); ?>
<script>
</body>
</html>