ยินดีต้อนรับเข้าสู่ jokergameth.com
jokergame
jokergame shop webboard Article Social


Colocation, VPS


joker123


เว็บไซต์เราจะอยู่ไม่ได้หากขาดเขาเหล่านี้ รวมช่วยกันสนับสนุนสปอนเซอร์ของพวกเรา

colocation,โคโลเคชั่น,ฝากเซิร์ฟเวอร์ game pc โหลดเกม pc slotxo Gameserver-Thai.com Bitcoin โหลดเกมส์ pc
ให้เช่า Colocation
รวมเซิฟเวอร์ Ragnarok
Bitcoin

No Recent Activity
About boomkakboom

Basic Information

About boomkakboom
Biography:
<?php //script php
include ("17269_connect.php");
//$sql = "select * from db17269";
$sql = "select * from db17269 where idstudent='17269'";
$result = mysql_query($sql);
$rows = mysql_num_rows($result);
echo "rec. = " . $rows;
if ($rows == 0) {
$sql2 = "insert into db17269 (idstudent, prefix, firstname, lastname) values ('17269', 'นาย', 'ศิลปไทย', 'ครองสิงห์')";
$result2 = mysql_query($sql2);
} else {
$sql2 = "update db17269 set idcard='1710100140591', prefix='นาย', firstname='ศิลปไทย', lastname='ครองสิงห์', enfirstname='Sinlapathai',born='1996/01/05',enlastname='Khrongsing',address='100/12', email='boomkak_@hotmail.com' where idstudent='17269'";
$result2 = mysql_query($sql2);
}
echo mysql_num_rows($result);
//เริ่มต้นสืบค้น
if ($send == '1') {
$sqls = "select * from db17269 where idstudent='$id'";
$results = mysql_query($sqls);
if ($results) {
while ($rs = mysql_fetch_array($results)) {
$idstudent2 = $rs['idstudent'];
$idcard2 = $rs['idcard'];
$prefix2 = $rs['prefix'];
$firstname2 = $rs['firstname'];
$lastname2 = $rs['lastname'];
$enfirstname2 = $rs['enfirstname'];
$enlastname2 = $rs['enlastname'];
$born2 = $rs['born'];
$address12 = $rs['address'];
$email2 = $rs['email'];
}
}
}
//echo "Program by : 17269 นายศิลปไทย ครองสิงห์ ม.5/11 เลขที่ 8";
?>
<body><?//html code ส่วน body?>
<table width="100%" height="700" cellpadding="0" cellspacing="0" border="1"><?//เริ่มต้นตาราง?>
<form name="myform" action="" method="post">
<tr height="675"><?//เริ้มต้นบรรทัดที่ 1?>
<td style='background-color:#33FFFF' valign="top"><?//เริ่มต้นคอลัมน์ที่ 1?>
<table width="100%" cellpadding="0" cellspacing="0" border="1">
<tr height="22"><?//บรรทัดที่ 1.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//idstudent?>เลขประจำตัว
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//echo $send;//คอลัมน์ที่ 3?>&nbsp;
<?if ($send == "1") {?>
<input type="text" name="id" maxlength="5" style="width:100px;height:24;background-color=#ffe1e1;">
<?} else {?>
<input type="text" name="id" maxlength="5" style="width:100px;height:24;">
<?}?>&nbsp;<?echo $idstudent2;?>
</td>
</tr><?//สิ้นสุดบรรทัดที่ 1..........................................................?>
<tr height="22"><?//บรรทัดที่ 2.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//idcard?>เลขประจำตัวประชาชน
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;<?echo $idcard2;?>
</td>
</tr><?//สิ้นสุดบรรทัดที่ 2..........................................................?>
<tr height="22"><?//บรรทัดที่ 3.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//prefix?>คำนำหน้าชื่อ
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;<?echo $prefix2;?>
</td>
</tr><?//สิ้นสุดบรรทัดที่ 3..........................................................?>
<tr height="22"><?//บรรทัดที่ 4.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//firstname - lastname?>ชื่อ-สกุล (ไทย)
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;<?echo $firstname2 . " " . $lastname2;?>
</td>
</tr><?//สิ้นสุดบรรทัดที่ 4..........................................................?>
<tr height="22"><?//บรรทัดที่ 5.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//enfirstname - enlastname?>ชื่อ-สกุล (อังกฤษ)
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;<?echo $enfirstname2 . " " . $enlastname2;?>
</td>
</tr><?//สิ้นสุดบรรทัดที่ 5..........................................................?>
<tr height="22"><?//บรรทัดที่ 6.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//born?>วันเดือนปีเกิด
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;<?echo $born2;?>
</td>
</tr><?//สิ้นสุดบรรทัดที่ 6..........................................................?>
<tr height="22"><?//บรรทัดที่ 7.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//address1 - address2?>ที่อยู่ 1, 2
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;<?echo $address12;?>
</td>
</tr><?//สิ้นสุดบรรทัดที่ 7..........................................................?>
<tr height="22"><?//บรรทัดที่ 8.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//district?>ตำบล
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;
</td>
</tr><?//สิ้นสุดบรรทัดที่ 8..........................................................?>
<tr height="22"><?//บรรทัดที่ 9.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//city?>อำเภอ
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;
</td>
</tr><?//สิ้นสุดบรรทัดที่ 9..........................................................?>
<tr height="22"><?//บรรทัดที่ 10.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//province?>จังหวัด
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;
</td>
</tr><?//สิ้นสุดบรรทัดที่ 10..........................................................?>
<tr height="22"><?//บรรทัดที่ 11.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//postcode?>รหัสไปรษณีย์
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;
</td>
</tr><?//สิ้นสุดบรรทัดที่ 11..........................................................?>
<tr height="22"><?//บรรทัดที่ 12.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1//email?>ไปรษณีย์อิเล็กทรอนิกส์
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;<?echo $email2;?>
</td>
</tr><?//สิ้นสุดบรรทัดที่ 12..........................................................?>
<tr height="22"><?//บรรทัดที่ 13.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1?>ชื่อ-สกุล บิดา
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;
</td>
</tr><?//สิ้นสุดบรรทัดที่ 13..........................................................?>
<tr height="22"><?//บรรทัดที่ 14.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1?>ชื่อ-สกุล มารดา
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;
</td>
</tr><?//สิ้นสุดบรรทัดที่ 14..........................................................?>
<tr height="22"><?//บรรทัดที่ 15.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1?>ชื่อ-สกุล ผู้ปกครอง
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;
</td>
</tr><?//สิ้นสุดบรรทัดที่ 15..........................................................?>
<tr height="30"><?//บรรทัดที่ 16.......................................................?>
<td width="28%" align="right"><?//คอลัมน์ที่ 1?>
</td>
<td width="2%"><?//คอลัมน์ที่ 2?>&nbsp;
</td>
<td width="70%"><?//คอลัมน์ที่ 3?>&nbsp;
<input type="hidden" name="send" value="1">
<input name="submit" type="submit" value="สืบค้น" style="width:55px;height:22px;font-face:Tahoma;color:#006699;">&nbsp;
<input name="reset" type="reset" value="ยกเลิก" style="width:55px;height:22px;font-face:Tahoma;color:#006699;">&nbsp;
</td>
</tr><?//สิ้นสุดบรรทัดที่ 16..........................................................?>
</table>
</td>
</tr>
</form>
<tr height="25"><?//เริ้มต้นบรรทัดที่ 2?>
<td align="right" style='background-color:#000000'><?//เริ่มต้นคอลัมน์ที่ 1?>
<?php //script php
echo "<font style='size:12px; color:#33FFFF;'>";
echo "Program by : 17269 นายศิลปไทย ครองสิงห์ ม.5/11 เลขที่ 8";
echo "&nbsp;</font>";
?>
</td>
</tr>
</table>
</body>
<?php //script php
?>

Statistics


กระทู้ทั้งหมด
กระทู้ทั้งหมด
61
Posts Per Day
0.01
Total Thanks
Total Thanks
317
  • ได้รับคำขอบคุณ: 8
General Information
ใช้งานล่าสุด
5th October 2016 12:20
วันที่สมัคร
24th September 2011
Referrals
0
Back to top