✏️ 正在编辑: update_operator.php
路径:
/home/llpreacharge/public_html/Project/Admin/update_operator.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php session_start(); if($_SESSION['adm']) { $userid= $_SESSION['adm']; } else { header('location:../login.php'); } ?> <?php include'connection.php'; $query8="select * from wallet where Userid='$userid' order by Id desc"; $result8=mysqli_query($con,$query8); $data8=mysqli_fetch_array($result8); $currentbal= $data8['Balance']; ?> <html> <head> <style> body{background:url(bg.jpg); background-size:cover; margin:0; padding:0; width:1580px;} .head{background:; width:1450px; height:85px; margin:0px;} #p1{font-size:34px; float:left; Margin:10 0 0 45px; color:#996420; font-weight:bold;} #p2{font-size:20px; float:left; margin:28 0 0 -8px; color:#eaa040; font-family:Courier;} #p3{font-size:15px; font-family:Comic Sans MS; float:left; color:#996420; margin-top:48px; margin-left:-153px;} .h2{background:white; width:400px; height:70px; margin:10 200px;} #link1{float:right; margin:10 30 0 0px; font-size:20px; text-decoration:none; color:white; background:#996420; padding:5px; border-radius:4px;} #link1{float:right; margin:10 30 0 0px; font-size:20px; text-decoration:none; color:white; background:red; padding:5px; border-radius:4px;} #link2{float:right; margin:10 30 0 0px; font-size:20px; background:white;color:Green; padding:5px; border-radius:4px;} #link1:hover{ padding:5px; border-radius:4px; color:black;} .menu{background:#996420; height:40px; width:1450px; margin-left:10px; padding:0; line-height:40px;} .menu ul{padding:0; margin:0; position:relative; display:inline-block;} .menu ul li{list-style:none; float:left; width:170px; line-height:40px; text-align:center; font-size:15px; margin:0; padding:0; color:white;} .menu ul li ul {display:none;} .menu ul li:hover{background:#d1994a; cursor:pointer;} .menu ul li:hover ul {display:block; z-index:2;} .menu ul li:hover ul li{background:#d1994a; border-top:solid white 0.1px;} .menu ul li ul li:hover{background:#996420; color:white;} .menu ul li ul li:hover a{ color:white;} .menu ul li a{ text-decoration:none; color:white;} #a1{border:none; color:white;} .menu{letter-spacing:1px;} .content{background:;} .content h3{margin:10 20px; font-size:20px;} #t1{ width:500px; text-align:center; border-collapse:collapse; border-color:black; margin:20 0 0 150px;} #t1 th{font-family:calibri; background:#94928f; color:white; text-align:right; padding-right:15px;} #t1 td{font-family:calibri; background:#f6f0e8;} #t1 input{width:250px; padding:5px; } #t1 select{width:250px; padding:5px; } .viewstate{background:#996420; width:97%; height:40px; margin:10 0 0 20px;} .viewstate h3{line-height:40px; margin-left:20px; color:white;} #inputbtn{margin-left:20px;} #tb2{width:97%; margin:10 20px; text-align:center;} #tbtd{background:#d1994a; padding:8px; margin:0;} .foot{float:left; margin:10 0 0 100px; width:1350px;} </style> </head> <body> <div class="head"> <p id="p1">LLP</p> <p id="p2">Recharge</p> <p id="p3">The Complete Solution</p> <a id="link1" href="logout.php">Log Out</a> <p id="link2">Balance:<?php echo $currentbal; ?> </p> </div> <div class="menu"> <ul> <li><a href="admin.php" id="a1">Home</a></li> <li>Setting <ul> <li><a href="add_operator.php">Operator</a></li> <li><a href="set_commision.php">Set Commision</a></li> <li><a href="add_bank_details.php">Add Bank Details</a></li> <li><a href="retailer_type.php">Retailer Type</a></li> <li><a href="add_state.php">State</a></li> <li><a href="add_city.php">City</a></li> </ul> </li> <li>Manage Users <ul> <li><a href="list_complain.php">Complain</a></li> <li><a href="alert_msg.php">Alert</a></li> <li><a href="change_pwd.php">Change Password</a></li> </ul> </li> <li>Master Distributers <ul> <li><a href="add_md.php">Add M. Distributers</a></li> <li><a href="view_md.php">View M. Distributers</a></li> </ul> </li> <li>Distributers <ul> <li><a href="add_distributer.php">Add Distributers</a></li> <li><a href="view_distributer.php">View Distributers</a></li> </ul> </li> <li>Retailer <ul> <li><a href="add_agent.php">Add Retailer</a></li> <li><a href="view_retailer.php">View Retailer</a></li> </ul> </li> <li>Reports <ul> <li><a href="pending_recharge.php">Pending Recharge</a></li> <li><a href="admin_recharge_history.php">Recharge History</a></li> <li><a href="check_status.php">Check Transaction</a></li> <li><a href="account_reports.php">Account Report</a></li> <li><a href="view_payment1.php">Payment Request</a></li> </ul> </li> </ul> </div> <div class="content"> <?php include'connection.php'; $opid=$_GET['id']; $query="select * from Operator where Id='$opid'"; $result=mysqli_query($con,$query); $data=mysqli_fetch_array($result); $id=$data['Id']; $CommColumn=$data['Commision_Column']; $opname=$data['Operator']; $servicename=$data['Servicename']; $query1="select * from service"; $result1=mysqli_query($con,$query1); if(isset($_POST['submit'])) { $ColumnName=$_POST['ColumnName']; $opretrName=$_POST['opretrName']; $servicId=$_POST['servicId']; $opCode=$_POST['opCode']; $query2="select * from service where Id='$servicId'"; $result2=mysqli_query($con,$query2); while($row=mysqli_fetch_array($result2)) { $servicename=$row['Service']; } $updatequery="update operator set Commision_Column='$ColumnName', Operator='$opretrName', Serviceid='$servicId',Servicename='$servicename', Value='$opCode' where Id='$opid'"; if(mysqli_query($con, $updatequery)) { echo "Operator Updated Successfully !"; } else { echo "Select Operator Please !"; } } ?> <form method="post"> <table border="1" cellpadding="8" id="t1"> <tr> <th>Commission Column Name : -</th> <td><input type="text" value="<?php echo $CommColumn; ?>" name="ColumnName"></td> </tr> <tr> <th>Operator Name : -</th> <td><input type="text" value="<?php echo $opname; ?>" name="opretrName"></td> </tr> <tr> <th>Service Name : -</th> <td> <select name="servicId"> <option>--Select Service--</option> <?php while($data1=mysqli_fetch_array($result1)) { echo "<option value='".$service=$data1['Id']."'>".$service=$data1['Service']."</option>"; } ?> </select> </td> </tr> <tr> <th>Operator Code : -</th> <td><input type="text" value="<?php echo $data['Value']; ?>" name="opCode"></td> </tr> <tr> <th>Action : -</th> <td><input type="submit" name="submit"></td> </tr> <tr> <th>Go To Previus Page : -</th> <td><a href="add_operator.php">Back</a></td> </tr> </table> </form> <div class="foot"> <p>Copyright © 2018 Long Life Product Pvt. Ltd.</p> </div> </body> </html>
💾 保存文件
← 返回文件管理器