| Server IP : 172.67.216.113 / Your IP : 172.71.28.146 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/simded.com/member/ |
Upload File : |
<?php
include('../include72/header.php');
include('../themesv2/menu.php');
?>
<div class="bg-3-cover">
<div class="container">
<?php include('../themesv2/menu2.php'); ?>
<div class="row py-5 text-light">
<div class="col-12 text-center HeadTextXL">
จัดการข้อมูลส่วนตัว
</div>
</div>
<span id="alert_ed_member"></span>
<?php
$sql = array('table'=>'member','where'=>"id = '". $_SESSION['simDed_id'] ."'");
$view = $view_db->view($sql);
$row = $view_db->q($view);
?>
<form class="form-horizontal mb-5" id="fm_ed_member" name="fm_ed_member" method="post" enctype="multipart/form-data">
<div class="row">
<div class="col-12 col-md-6 mb-3">
<div class="form-group">
<label for="inputEmail3" class="form-label text-light">ชื่อ <span style="color:#F00">*</span></label>
<div class="col-sm-12">
<input type="text" class="form-control box-sim1 rounded-sim border-danger-sim" id="name" name="name" placeholder="" onkeypress='validate_text(event)' value="<?php echo $row['name']?>">
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-3">
<div class="form-group">
<label for="inputEmail3" class="form-label text-light">นามสกุล <span style="color:#F00">*</span></label>
<div class="col-sm-12">
<input type="text" class="form-control box-sim1 rounded-sim border-danger-sim" id="lastname" name="lastname" placeholder="" onkeypress='validate_text(event)' value="<?php echo $row['lastname']?>">
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-3">
<div class="form-group">
<label for="inputEmail3" class="form-label text-light">เบอร์โทรศัพท์ <span style="color:#F00">*</span></label>
<div class="col-sm-12">
<input type="text" class="form-control box-sim1 rounded-sim border-danger-sim" id="phone" name="phone" placeholder="" onKeyPress="return validate_number(event)" value="<?php echo $row['phone']?>">
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-3">
<div class="form-group">
<label for="inputEmail3" class="form-label text-light">Line ID </label>
<div class="col-sm-12">
<input type="text" class="form-control box-sim1 rounded-sim border-danger-sim" id="" name="lineid" placeholder="" value="<?php echo $row['lineid']?>">
</div>
</div>
</div>
<div class="col-12 col-md-12 mb-5">
<div class="form-group">
<div class="col-sm-12" align="center">
<button type="submit" class="btn btn-success-sim btn-save rounded-sim">บันทึกข้อมูล</button>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="container">
<div class="row">
<div class="col-12 text-center">
<?php include('../include/ad_google.php'); ?>
</div>
</div>
</div>
</div>
<?php
include('../themesv2/footer2.php');
include('../include/footer_js.php');
?>