|
Server IP : 111.221.42.98 / Your IP : 216.73.216.132 Web Server : Apache System : Linux garnet.daxa.net 4.18.0-477.13.1.lve.1.el8.x86_64 #1 SMP Mon Jul 17 15:05:09 EDT 2023 x86_64 User : binoor ( 1145) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/binoor/www/formkunjungan.bino.co.id/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
date_default_timezone_set('Asia/Jakarta');
include "config/database.php";
include "library/controller.php";
$perintah = new lib();
@$table = "master";
$date = date('Y-m-d h:i:s');
@$field = array('id' => null, 'Timestamp' => $date, 'Cabang' => $_GET['cab'], 'Salesman' => $_GET['sal'], 'Penyedia' => $_GET['penyedia'], 'GroupIntan' => $_GET['intan'], 'FollowUP' => $_GET['FollowUP'], 'BisaDihubungi' => $_GET['BisaDihubungi'], 'HasilFollowUpTelpon' => $_GET['HasilFollowUpTelpon'], 'JadwalKunjungan' => $_GET['JadwalKunjungan'], 'HasilFollowUpKunjungan' => $_GET['HasilFollowUpKunjungan'], 'BersediaDiBantuUpload' => $_GET['BersediaDiBantuUpload'], 'BertemuPIC' => $_GET['BertemuPIC'], 'DiberikanDbBantex' => $_GET['DiberikanDbBantex'], 'username' => $_GET['username'], 'password' => $_GET['password']);
@$redirect = "cabang.php";
if (isset($_POST['1'])) {
$perintah->simpan($con, $table, $field, $redirect);
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Form eKatalog</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet"
id="bootstrap-css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="container">
<div class="row col-md-12">
<div class="stepwizard">
<div class="stepwizard-row setup-panel">
<div class="stepwizard-step col-xs-3">
<a href="#step-1" type="button" class="btn btn-success btn-circle"></a>
<p><small>Finish</small></p>
</div>
</div>
</div>
<form role="form" method="post">
<div class="panel panel-primary setup-content" id="step-1">
<div class="panel-heading">
<h3 class="panel-title">Klik kirim untuk menyelesaikan</h3>
</div>
<div class="panel-body">
<div class="form-group">
<button class="btn btn-primary nextBtn pull-left" type="submit" name="1">
Kirim
</button>
</div>
</div>
</form>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>