-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathefrwetrh.php
More file actions
executable file
·55 lines (55 loc) · 1.44 KB
/
Copy pathefrwetrh.php
File metadata and controls
executable file
·55 lines (55 loc) · 1.44 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
<?php
/*}
else if($_POST["hidden"]=="organacc"){
$q=mysqli_query($con,"SELECT * FROM organs")or die ("Error");
echo "<div>
<table cellpadding='10'>
<tr>
<td rowspan='2' align='center'>
<div class='a1'><img src='img1.jpg' width='150px' height='150px'></div>
</td>
<td align='center'>
<h1 align='center'>Organ Donors Availabe</h1>
</td>
</tr>
<tr>
<td align='center'>
<p>
Donate your blood for a reason, let the reason to be life.</p>
</td>
</tr>
</table>
</div>";
}
else if($_POST["hidden"]=="clothacc"){
$q=mysqli_query($con,"SELECT * from clothes")or die ("Error");
echo "<div>
<table cellpadding='10'>
<tr>
<td rowspan='2' align='center'>
<div class='a1'><img src='img1.jpg' width='150px' height='150px'></div>
</td>
<td align='center'>
<h1 align='center'>Cloth Donors Available</h1>
</td>
</tr>
<tr>
<td align='center'>
<p>
Donate your blood for a reason, let the reason to be life.</p>
</td>
</tr>
</table>
</div>";
}
else if($_POST["hidden"]=="fund"){
$q=mysqli_query($con,"INSERT INTO fund (name,bloodgroup,age,contact,gender,address) VALUES ('$name', '$blood' , '$age' , '$contact', '$gender' , '$add')")or die ("Error");
}
if($q){
echo "INSERT";
}
else
{
echo "err";
}*/
?>