LiteSpeed Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64 safemode : OFF MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF > / home / cuneytsener53 / kurumsal22.snrsoft.com.tr / trex / | Server Ip : 172.67.216.244 |
Filename | /home/cuneytsener53/kurumsal22.snrsoft.com.tr/trex/odeme-yontemleri.php |
Size | 3.42 kb |
Permission | rw-r--r-- |
Owner | |
Create time | 02-Mar-2025 05:46 |
Last modified | 02-Jun-2019 13:06 |
Last accessed | 05-Apr-2025 10:19 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<?php
include 'header.php';
include 'topbar.php';
include 'sidebar.php';
$havaleedit=$db->prepare("SELECT * from odeme where odeme_id=1");
$havaleedit->execute(array());
$havalewrite=$havaleedit->fetch(PDO::FETCH_ASSOC);
$kapiedit=$db->prepare("SELECT * from odeme where odeme_id=2");
$kapiedit->execute(array());
$kapiwrite=$kapiedit->fetch(PDO::FETCH_ASSOC);
?>
<!-- ============================================================== -->
<!-- Content Start -->
<!-- ============================================================== -->
<section class="main-content container">
<div class="page-header">
<h2>Ödeme İşlemleri</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card-heading card-default">
Ödeme Düzenle
</div>
<div class="card-block">
<form method="POST" action="controller/function.php" class="form-horizontal">
<div class="form-group">
<div class="row">
<input type="hidden" name="odeme_id" value="<?php echo $havalewrite['odeme_id']; ?>" class="form-control">
<div class="col-md-3">
<label>Ödeme Adı</label>
<input type="text" name="odeme_adi" value="<?php echo $havalewrite['odeme_adi']; ?>" readonly class="form-control">
</div>
<div class="col-md-5">
<label>Ödeme Notu</label>
<input type="text" name="odeme_not" value="<?php echo $havalewrite['odeme_not']; ?>" class="form-control">
</div>
<div class="col-md-2">
<label>Ödeme Durum</label>
<select name="odeme_durum" class="form-control m-b">
<?php if ($havalewrite['odeme_durum']==1) { ?>
<option value="1">Aktif</option>
<option value="0">Pasif</option>
<?php
} else {?>
<option value="0">Pasif</option>
<option value="1">Aktif</option>
<?php }?>
</select>
</div>
<div class="col-md-2">
<label>*Kaydet</label><div>
<button style="cursor: pointer;" type="submit" name="odemeduzenle" class="btn btn-success btn-icon"><i class="fa fa-floppy-o "></i>Kaydet</button></div>
</div>
</div>
</div>
</form>
<form method="POST" action="controller/function.php" class="form-horizontal">
<div class="form-group">
<div class="row">
<input type="hidden" name="odeme_id" value="<?php echo $kapiwrite['odeme_id']; ?>" class="form-control">
<div class="col-md-3">
<input type="text" name="odeme_adi" value="<?php echo $kapiwrite['odeme_adi']; ?>" readonly class="form-control">
</div>
<div class="col-md-5">
<input type="text" name="odeme_not" value="<?php echo $kapiwrite['odeme_not']; ?>" class="form-control">
</div>
<div class="col-md-2">
<select name="odeme_durum" class="form-control m-b">
<?php if ($kapiwrite['odeme_durum']==1) { ?>
<option value="1">Aktif</option>
<option value="0">Pasif</option>
<?php
} else {?>
<option value="0">Pasif</option>
<option value="1">Aktif</option>
<?php }?>
</select>
</div>
<div class="col-md-2">
<button style="cursor: pointer;" type="submit" name="odemeduzenle" class="btn btn-success btn-icon"><i class="fa fa-floppy-o "></i>Kaydet</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
include 'header.php';
include 'topbar.php';
include 'sidebar.php';
$havaleedit=$db->prepare("SELECT * from odeme where odeme_id=1");
$havaleedit->execute(array());
$havalewrite=$havaleedit->fetch(PDO::FETCH_ASSOC);
$kapiedit=$db->prepare("SELECT * from odeme where odeme_id=2");
$kapiedit->execute(array());
$kapiwrite=$kapiedit->fetch(PDO::FETCH_ASSOC);
?>
<!-- ============================================================== -->
<!-- Content Start -->
<!-- ============================================================== -->
<section class="main-content container">
<div class="page-header">
<h2>Ödeme İşlemleri</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card-heading card-default">
Ödeme Düzenle
</div>
<div class="card-block">
<form method="POST" action="controller/function.php" class="form-horizontal">
<div class="form-group">
<div class="row">
<input type="hidden" name="odeme_id" value="<?php echo $havalewrite['odeme_id']; ?>" class="form-control">
<div class="col-md-3">
<label>Ödeme Adı</label>
<input type="text" name="odeme_adi" value="<?php echo $havalewrite['odeme_adi']; ?>" readonly class="form-control">
</div>
<div class="col-md-5">
<label>Ödeme Notu</label>
<input type="text" name="odeme_not" value="<?php echo $havalewrite['odeme_not']; ?>" class="form-control">
</div>
<div class="col-md-2">
<label>Ödeme Durum</label>
<select name="odeme_durum" class="form-control m-b">
<?php if ($havalewrite['odeme_durum']==1) { ?>
<option value="1">Aktif</option>
<option value="0">Pasif</option>
<?php
} else {?>
<option value="0">Pasif</option>
<option value="1">Aktif</option>
<?php }?>
</select>
</div>
<div class="col-md-2">
<label>*Kaydet</label><div>
<button style="cursor: pointer;" type="submit" name="odemeduzenle" class="btn btn-success btn-icon"><i class="fa fa-floppy-o "></i>Kaydet</button></div>
</div>
</div>
</div>
</form>
<form method="POST" action="controller/function.php" class="form-horizontal">
<div class="form-group">
<div class="row">
<input type="hidden" name="odeme_id" value="<?php echo $kapiwrite['odeme_id']; ?>" class="form-control">
<div class="col-md-3">
<input type="text" name="odeme_adi" value="<?php echo $kapiwrite['odeme_adi']; ?>" readonly class="form-control">
</div>
<div class="col-md-5">
<input type="text" name="odeme_not" value="<?php echo $kapiwrite['odeme_not']; ?>" class="form-control">
</div>
<div class="col-md-2">
<select name="odeme_durum" class="form-control m-b">
<?php if ($kapiwrite['odeme_durum']==1) { ?>
<option value="1">Aktif</option>
<option value="0">Pasif</option>
<?php
} else {?>
<option value="0">Pasif</option>
<option value="1">Aktif</option>
<?php }?>
</select>
</div>
<div class="col-md-2">
<button style="cursor: pointer;" type="submit" name="odemeduzenle" class="btn btn-success btn-icon"><i class="fa fa-floppy-o "></i>Kaydet</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>