-
Notifications
You must be signed in to change notification settings - Fork 0
/
deletecompany.php
177 lines (164 loc) · 5.74 KB
/
deletecompany.php
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
<?php
$db = new mysqli("localhost", "root", "G@m3r0pinthechat", "account");
?>
<?php
$page = $_SERVER['PHP_SELF'];
$sec = "3";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="<?php echo $sec?>;URL='<?php echo $page?>'">
<meta charset="UTF-8">
<title>MAHAVINAYAK ROADLINES</title>
<!-- Add Bootstrap Links -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<style>
input[type=submit] {
background-color: #4CAF50;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}
body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}
body {font-size:16px;}
.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
.w3-half img:hover{opacity:1}
.tab1 {
tab-size: 2;
}
.w3-button
{
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.button:hover
{
background-color: black;
}
table
{
padding: 10px;
}
.button:hover
{
background-color: black;
}
button
{
background-color: #008000;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.button:hover
{
background-color: black;
}
button
{
background-color: #008000;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.bg {
background-image: url(""headd.png"");
height: 50%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style></title>
</head>
<body>
<form align="right" name="form1" method="post" action="logout.php">
<label>
<input name="submit2" type="submit" id="submit2" value="Logout">
</label>
</form>
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-green w3-collapse w3-top w3-large w3-padding" style="z-index:3;width:300px;font-weight:bold;" id="mySidebar"><br>
<a href="javascript:void(0)" onclick="w3_close()" class="w3-button w3-hide-large w3-display-topleft" style="width:100%;font-size:22px">Close Menu</a>
<div class="w3-container">
<h3 class="w3-padding-100"><b>
</div>
<div class="w3-bar-block">
<br>
<a href="#" onclick="window.location.href='index.php'" class="w3-bar-item w3-button w3-hover-white">Home</a>
<a href="#showcase" onclick="window.location.href='dbc.php'"class="w3-bar-item w3-button w3-hover-white">Add Accounts</a>
<a href="#services" onclick="window.location.href='editnew.php'"class="w3-bar-item w3-button w3-hover-white">Edit Accounts</a>
<a href="#designers" onclick="window.location.href='view.php'"class="w3-bar-item w3-button w3-hover-white">View</a>
<a href="#packages" onclick="window.location.href='cb.php'"class="w3-bar-item w3-button w3-hover-white">Company Balance</a>
<a href="#contact" onclick="window.location.href='addv.html'"class="w3-bar-item w3-button w3-hover-white">Add Vehicle name</a>
<a href="#contact1" onclick="window.location.href='addc.html'"class="w3-bar-item w3-button w3-hover-white">Add Company name</a>
<a href="#contact2" onclick="window.location.href='removevehicle.php'"class="w3-bar-item w3-button w3-hover-white">Remove Vehicle name</a>
<a href="#contact2" onclick="window.location.href='deletecompany.php'"class="w3-bar-item w3-button w3-hover-white">Remove Company name</a>
<a href="#contact2" onclick="window.location.href='user.php'"class="w3-bar-item w3-button w3-hover-white">Users</a>
</div>
</nav>
<!-- Top menu on small screens -->
<header class="w3-container w3-top w3-hide-large w3-red w3-xlarge w3-padding">
<a href="javascript:void(0)" class="w3-button w3-red w3-margin-right" onclick="w3_open()">☰</a>
<span>Company Name</span>
</header>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:340px;margin-right:40px">
<!-- Header -->
<div class="w3-container" style="margin-top:50px" id="showcase">
<br>
<h1 class="w3-xxxlarge"><b>Mahavinayak Roadlines</b></h1>
<h3 class="w3-xlarge w3-text-green"><b>India's No.1 truck services</b></h3><br>
<h1 align="left">Remove Company</h1>
<hr style="width:235px;border:5px solid green" class="w3-round">
<h2>Delete form</h2>
<?php
$sql = "SELECT company FROM company";
$result = $db->query($sql);
?>
<form action="" method="post">
<select name="st_company" id="">
<option value="">Select one</option>
<?php
while($row = $result->fetch_assoc()){ ?>
<option value="<?php echo $row['company'] ?>"><?php echo $row['company'] ?></option>
<?php } ?>
</select><br><br>
<input type="submit" name="submit" value="DELETE" onClick="window.location.href=window.location.href">
</form>
<?php
if($_SERVER['REQUEST_METHOD']=='POST') {
$st_company = $_POST['st_company'];
$sql = "DELETE FROM company WHERE company = '$st_company'";
$db->query($sql);
if($db->affected_rows>0){
echo "<h1>Successfully Deleletd</h1>";
}
}
?>
</body>
</html>