Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > PHP > PHP Forum > ขอความช่วยเหลือครับ ถ้าต้องการเพิ่มเติมให้มี highlight เพิ่มโดยอ่านค่าจาก field level2 = 3 ต้องเขียนcode php และ css เพิ่มอย่างไรครับ



 

ขอความช่วยเหลือครับ ถ้าต้องการเพิ่มเติมให้มี highlight เพิ่มโดยอ่านค่าจาก field level2 = 3 ต้องเขียนcode php และ css เพิ่มอย่างไรครับ

 



Topic : 123327



โพสกระทู้ ( 111 )
บทความ ( 0 )



สถานะออฟไลน์




ต้องขออภัยที่ต้อง ขอความช่วยเหลือ ในเรื่องเดิมมาอักครั้งนะครับ เพราะยังแก้ปัญหานี้ไม่ได้ครับ



level2

Code (PHP)
็highlightBylevel.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<style type="text/css">
table#gridview {
clear:both;
}
table#gridview td {
padding:3px 0px;
}
table#gridview tr.head {
background:#B18904;
font-family:Arial, Helvetica, sans-serif; 
text-align:center;
}
table#gridview tr.head td {
padding:3px 0px;
}
.bb2 {
font-size: 14px;
}
text-indent:0.5in;
#gridviewsss {
color: #FFF;
}
body {
background-color: #D3D3D3;
}
body,td,th {
color: #909090;
}
thead > tr{background:#A2C4AA;}
th, td{font-family:font-family:Arial, Helvetica, sans-serif}
thead th{color:#fff;font-size:14px;}
tr{height:44px;}
tbody > tr:nth-child(even) {background: #f3f3f3}
tbody > tr:nth-child(odd) {background: #fff}
tr.tr2 {background:#FFB7B7 !important}
tbody > tr:hover, tr.tr2:hover, tr.tr3:hover{background:#fff5e6 !important}
tbody td{font-size:13px;color:#000}
tbody td > div{text-align:center}
.text-center{text-align:center}
.hide{display: none;visibility: hidden;}
</style>
<body>
<?php
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("ots_data");
$strSQL = "SELECT * FROM customer";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$strSQL .=" order by id desc ";
$objQuery = mysql_query($strSQL);
?>
<table class="display" width="800" height="135" border="0" align="center" cellpadding="1" cellspacing="1" id="gridview">
<thead> <tr>
<th width="35"> ID </th>
<th width="134" >Reservation Date</th>
<th width="212"> Guest Name</th>
<th width="161"> Destination</th>
<th width="79"> Amount</th>
<th width="41">Level</th>
<th width="41">Level2</th>
<th width="64">Remark</th>
<th width="49">&nbsp;</th>
</tr>
</thead>
<?php
while($objResult = mysql_fetch_array($objQuery))
{
	$id = $objResult["id"];
	$remark = $objResult["remark"];
	$edit_class = (trim($remark) == '') ? '' : ' hide';
	$tr_class = '';
	if ($objResult['level'] == '2')
	{
	$tr_class = ' class="tr'.$objResult['level'].'"';
	} 
	echo '<tr'.$tr_class.'>';
	
	?>
   
<td height="42"><div><?php echo $id;?></div></td>
<td><?php echo $objResult["reservation_date"];?></td>
<td><?php echo $objResult["destination"];?></td>
<td><?php echo $objResult["guest_name"];?></td>
<td><?php echo $objResult["amount"];?></td>
<td><?php echo $objResult["level"];?></td>

<td><?php echo $objResult["level2"];?></td>
<td><?php echo $remark;?></td>
<td bgcolor="#999999">
<div class="text-center<?php echo $edit_class;?>">
<a href="edit.php?edit_id=<?=$objResult[id]?>">EDIT</a></div></td>
</tr>

<?php
  }
?>
</table>
</body>
</html>


ขอบพระคุณมากครับ



Tag : PHP









ประวัติการแก้ไข
2016-06-14 08:13:28
Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2016-06-14 08:12:13 By : panya@ots View : 723 Reply : 11
 

 

No. 1



โพสกระทู้ ( 9,553 )
บทความ ( 2 )



สถานะออฟไลน์


.lv3_2 {background: #???} กำหนด หลัง tbody > tr:nth-child(odd)

081.echo '<tr'.$tr_class.($level3==2? ' lv3_2' : '').'>';






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 08:53:25 By : Chaidhanan
 


 

No. 2



โพสกระทู้ ( 111 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 1 เขียนโดย : Chaidhanan เมื่อวันที่ 2016-06-14 08:53:25
รายละเอียดของการตอบ ::
ขอบคุณครับ คุณ chaidhanan.......ลองทำแล้วครับ แต่ยังไม่ได้ ครับ

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 14:44:40 By : panya@ots
 

 

No. 3



โพสกระทู้ ( 9,553 )
บทความ ( 2 )



สถานะออฟไลน์


แก้ไว้ยังไงครับ เอาที่แก้แล้วมาดู
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 15:27:56 By : Chaidhanan
 


 

No. 4



โพสกระทู้ ( 111 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 3 เขียนโดย : Chaidhanan เมื่อวันที่ 2016-06-14 15:27:56
รายละเอียดของการตอบ ::


Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<style type="text/css">
table#gridview {
clear:both;
}
table#gridview td {
padding:3px 0px;
}
table#gridview tr.head {
background:#B18904;
font-family:Arial, Helvetica, sans-serif; 
text-align:center;
}
table#gridview tr.head td {
padding:3px 0px;
}
.bb2 {
font-size: 14px;
}
text-indent:0.5in;
#gridviewsss {
color: #FFF;
}
body {
background-color: #D3D3D3;
}
body,td,th {
color: #909090;
}
thead > tr{background:#A2C4AA;}
th, td{font-family:font-family:Arial, Helvetica, sans-serif}
thead th{color:#fff;font-size:14px;}
tr{height:44px;}

tbody > tr:nth-child(even) {background: #f3f3f3}.lv3_2 {background:#DAF7A6 }

tbody > tr:nth-child(odd) {background: #fff}
tr.tr2 {background:#FFB7B7 !important}
tbody > tr:hover, tr.tr2:hover, tr.tr3:hover{background:#fff5e6 !important}
tbody td{font-size:13px;color:#000}
tbody td > div{text-align:center}
.text-center{text-align:center}
.hide{display: none;visibility: hidden;}
</style>
<body>
<?php
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("ots_data");
$strSQL = "SELECT * FROM customer";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$strSQL .=" order by id desc ";
$objQuery = mysql_query($strSQL);
?>
<table class="display" width="800" height="135" border="0" align="center" cellpadding="1" cellspacing="1" id="gridview">
<thead> <tr>
<th width="35"> ID </th>
<th width="134" >Reservation Date</th>
<th width="212"> Guest Name</th>
<th width="161"> Destination</th>
<th width="79"> Amount</th>
<th width="41">Level</th>
<th width="64">Level2</th>
<th width="64">Remark</th>
<th width="49">&nbsp;</th>
</tr>
</thead>
<?php
while($objResult = mysql_fetch_array($objQuery))
{
	$id = $objResult["id"];
	$remark = $objResult["remark"];
	$edit_class = (trim($remark) == '') ? '' : ' hide';
	$tr_class = '';
	if ($objResult['level'] == '2' OR $objResult['level'] == 3)
	{
	$tr_class = ' class="tr'.$objResult['level'].'"';
	}
	echo '<tr'.$tr_class.($level3==2? ' lv3_2' : '').'>';
?>
<td height="42"><div><?php echo $id;?></div></td>
<td><?php echo $objResult["reservation_date"];?></td>
<td><?php echo $objResult["destination"];?></td>
<td><?php echo $objResult["guest_name"];?></td>
<td><?php echo $objResult["amount"];?></td>
<td><?php echo $objResult["level"];?></td>
<td><?php echo $objResult["level2"];?></td>

<td><?php echo $remark;?></td>
   <td bgcolor="#999999">
<div class="text-center<?php echo $edit_class;?>">
<a href="edit.php?edit_id=<?=$objResult[id]?>">EDIT</a></div></td>
</tr>

<?php
  }
?>
</table>
</body>
</html>



ประวัติการแก้ไข
2016-06-14 16:47:15
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 16:45:05 By : panya@ots
 


 

No. 5



โพสกระทู้ ( 5,146 )
บทความ ( 26 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


Code (PHP)
็highlightBylevel.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<style type="text/css">
table#gridview {
clear:both;
}
table#gridview td {
padding:3px 0px;
}
table#gridview tr.head {
background:#B18904;
font-family:Arial, Helvetica, sans-serif; 
text-align:center;
}
table#gridview tr.head td {
padding:3px 0px;
}
.bb2 {
font-size: 14px;
}
text-indent:0.5in;
#gridviewsss {
color: #FFF;
}
body {
background-color: #D3D3D3;
}
body,td,th {
color: #909090;
}
thead > tr{background:#A2C4AA;}
th, td{font-family:font-family:Arial, Helvetica, sans-serif}
thead th{color:#fff;font-size:14px;}
tr{height:44px;}
tbody > tr:nth-child(even) {background: #f3f3f3}
tbody > tr:nth-child(odd) {background: #fff}
tr.tr2 {background:#FFB7B7 !important}
tbody > tr:hover, tr.tr2:hover, tr.tr3:hover{background:#fff5e6 !important}
tbody td{font-size:13px;color:#000}
tbody td > div{text-align:center}
.text-center{text-align:center}
.hide{display: none;visibility: hidden;}
</style>
<body>
<?php
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("ots_data");
$strSQL = "SELECT * FROM customer";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$strSQL .=" order by id desc ";
$objQuery = mysql_query($strSQL);
?>
<table class="display" width="800" height="135" border="0" align="center" cellpadding="1" cellspacing="1" id="gridview">
<thead> <tr>
<th width="35"> ID </th>
<th width="134" >Reservation Date</th>
<th width="212"> Guest Name</th>
<th width="161"> Destination</th>
<th width="79"> Amount</th>
<th width="41">Level</th>
<th width="41">Level2</th>
<th width="64">Remark</th>
<th width="49">&nbsp;</th>
</tr>
</thead>
<?php
while($objResult = mysql_fetch_array($objQuery)){
	$id = $objResult["id"];
	$remark = $objResult["remark"];
	$edit_class = (trim($remark) == '') ? '' : ' hide';
	$tr_class = '';

	#if ($objResult['level'] == '2'){
	#$tr_class = ' class="tr'.$objResult['level'].'"';
	#} 

$style = $objResult['level'] == '2' ? 'style="background-color:red"' : '';

	#echo '<tr'.$tr_class.'>';
	
	?>
   <tr <?php echo $style; ?>>
<td height="42"><div><?php echo $id;?></div></td>
<td><?php echo $objResult["reservation_date"];?></td>
<td><?php echo $objResult["destination"];?></td>
<td><?php echo $objResult["guest_name"];?></td>
<td><?php echo $objResult["amount"];?></td>
<td><?php echo $objResult["level"];?></td>

<td><?php echo $objResult["level2"];?></td>
<td><?php echo $remark;?></td>
<td bgcolor="#999999">
<div class="text-center<?php echo $edit_class;?>">
<a href="edit.php?edit_id=<?=$objResult[id]?>">EDIT</a></div></td>
</tr>

<?php
  }
?>
</table>
</body>
</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 17:02:33 By : deawx
 


 

No. 6



โพสกระทู้ ( 111 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 5 เขียนโดย : deawx เมื่อวันที่ 2016-06-14 17:02:33
รายละเอียดของการตอบ ::
ขอบคุณครับ คุณ deawx ทีทำ code มาให้ แต่มันแสดง highligh ที่มี level =2 เท่านั้น (ของเดิม level = 2 แสดงเป็นสี ชมพู OK แล้วครับ)
ที่อยากให้ เพิ่มคือ ถ้า level2 = 3 ให้ higjlight เป็นสี #.......สรุปคือ มีเงื่อนไขอยู่ที่ level=2 และ level2=3 ให้แสดง highlight ที่ต่างสีกันครับ

คือใน form ส่งค่า ใช้ checkbox 2 ตัว ตัวหนึ่งส่งค่าให้ level และอีกตัว ส่งค่าให้ level2

ขอบคุณครับ


ประวัติการแก้ไข
2016-06-14 17:46:15
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 17:41:33 By : panya@ots
 


 

No. 7



โพสกระทู้ ( 9,553 )
บทความ ( 2 )



สถานะออฟไลน์


tbody > tr:nth-child(even) {background: #f3f3f3}.lv3_2 {background:#DAF7A6 }
tbody > tr:nth-child(odd) {background: #fff}
.lv3_2 {background:#DAF7A6 }

สีแดง ย้ายมาไว้ หลัง odd ไม่ทำตามที่บอกอะครับ
พอมันอยู่ก่อน odd มันก็จะถูก odd ทับ ครับ
ถ้าไว้หลัง odd ถ้ามีคลาสนี้ปรากฏใน tr ก็จะเปลี่ยนไปใช้ .lv3_2 ครับ

อย่าลืมเอาสีแดงออกด้วยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 18:22:05 By : Chaidhanan
 


 

No. 8



โพสกระทู้ ( 111 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 7 เขียนโดย : Chaidhanan เมื่อวันที่ 2016-06-14 18:22:05
รายละเอียดของการตอบ ::
ทำอย่างนี้ใช่ไหมครับ แต่ level2=3 ก้ยังไม่แสดง highlight ครับ

Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<style type="text/css">
table#gridview {
clear:both;
}
table#gridview td {
padding:3px 0px;
}
table#gridview tr.head {
background:#B18904;
font-family:Arial, Helvetica, sans-serif; 
text-align:center;
}
table#gridview tr.head td {
padding:3px 0px;
}
.bb2 {
font-size: 14px;
}
text-indent:0.5in;
#gridviewsss {
color: #FFF;
}
body {
background-color: #D3D3D3;
}
body,td,th {
color: #909090;
}
thead > tr{background:#A2C4AA;}
th, td{font-family:font-family:Arial, Helvetica, sans-serif}
thead th{color:#fff;font-size:14px;}
tr{height:44px;}

tbody > tr:nth-child(even) {background: #f3f3f3}
tbody > tr:nth-child(odd) {background: #fff}
.lv3_2 {background:#DAF7A6 }
tr.tr2 {background:#FFB7B7 !important}
tbody > tr:hover, tr.tr2:hover, tr.tr3:hover{background:#fff5e6 !important}
tbody td{font-size:13px;color:#000}
tbody td > div{text-align:center}
.text-center{text-align:center}
.hide{display: none;visibility: hidden;}
</style>
<body>
<?php
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("ots_data");
$strSQL = "SELECT * FROM customer";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$strSQL .=" order by id desc ";
$objQuery = mysql_query($strSQL);
?>
<table class="display" width="800" height="135" border="0" align="center" cellpadding="1" cellspacing="1" id="gridview">
<thead> <tr>
<th width="35"> ID </th>
<th width="134" >Reservation Date</th>
<th width="212"> Guest Name</th>
<th width="161"> Destination</th>
<th width="79"> Amount</th>
<th width="41">Level</th>
<th width="64">Level2</th>
<th width="64">Remark</th>
<th width="49">&nbsp;</th>
</tr>
</thead>
<?php
while($objResult = mysql_fetch_array($objQuery))
{
	$id = $objResult["id"];
	$remark = $objResult["remark"];
	$edit_class = (trim($remark) == '') ? '' : ' hide';
	$tr_class = '';
	if ($objResult['level'] == '2' OR $objResult['level'] == 3)
	{
	$tr_class = ' class="tr'.$objResult['level'].'"';
	}
	echo '<tr'.$tr_class.($level3==2? ' lv3_2' : '').'>';
?>
<td height="42"><div><?php echo $id;?></div></td>
<td><?php echo $objResult["reservation_date"];?></td>
<td><?php echo $objResult["destination"];?></td>
<td><?php echo $objResult["guest_name"];?></td>
<td><?php echo $objResult["amount"];?></td>
<td><?php echo $objResult["level"];?></td>
<td><?php echo $objResult["level2"];?></td>

<td><?php echo $remark;?></td>
   <td bgcolor="#999999">
<div class="text-center<?php echo $edit_class;?>">
<a href="edit.php?edit_id=<?=$objResult[id]?>">EDIT</a></div></td>
</tr>

<?php
  }
?>
</table>
</body>
</html>



ประวัติการแก้ไข
2016-06-14 18:52:55
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 18:50:56 By : panya@ots
 


 

No. 9



โพสกระทู้ ( 484 )
บทความ ( 3 )



สถานะออฟไลน์


Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<style type="text/css">
table#gridview {
clear:both;
}
table#gridview td {
padding:3px 0px;
}
table#gridview tr.head {
background:#B18904;
font-family:Arial, Helvetica, sans-serif; 
text-align:center;
}
table#gridview tr.head td {
padding:3px 0px;
}
.bb2 {
font-size: 14px;
}
text-indent:0.5in;
#gridviewsss {
color: #FFF;
}
body {
background-color: #D3D3D3;
}
body,td,th {
color: #909090;
}
thead > tr{background:#A2C4AA;}
th, td{font-family:font-family:Arial, Helvetica, sans-serif}
thead th{color:#fff;font-size:14px;}
tr{height:44px;}

tbody > tr:nth-child(even) {background: #f3f3f3}
tbody > tr:nth-child(odd) {background: #fff}
tr.tr2 {background:#FFB7B7 !important}
tr.tr3 {background:#0066ff !important}
tbody > tr:hover, tr.tr2:hover, tr.tr3:hover{background:#fff5e6 !important}
tbody td{font-size:13px;color:#000}
tbody td > div{text-align:center}
.text-center{text-align:center}
.hide{display: none;visibility: hidden;}
</style>
<body>
<?php
$objConnect = mysql_connect("localhost", "root", "root") or die("Error Connect to Database");
$objDB = mysql_select_db("test");
$strSQL = "SELECT * FROM customer";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$strSQL .=" ORDER BY id DESC";
$objQuery = mysql_query($strSQL);
?>
<table class="display" width="800" height="135" border="0" align="center" cellpadding="1" cellspacing="1" id="gridview">
<thead> <tr>
<th width="35">ID </th>
<th width="134">Reservation Date</th>
<th width="212">Guest Name</th>
<th width="161">Destination</th>
<th width="79">Amount</th>
<th width="41">Level</th>
<th width="64">Level2</th>
<th width="64">Remark</th>
<th width="49">&nbsp;</th>
</tr>
</thead>
<?php
while($objResult = mysql_fetch_array($objQuery)) {
	$id = $objResult["id"];
	$remark = $objResult["remark"];
	$edit_class = (trim($remark) == '') ? '' : ' hide';
	$level = $objResult['level'];
	$level2 = $objResult["level2"];
	$tr_class = '';
	if ($level == '2') {
		$tr_class = ' class="tr2"';
	}
	else if ($level2 == '3') {
		$tr_class = ' class="tr3"';
	}
	echo '<tr'.$tr_class.'>';
?>
<td height="42"><div><?php echo $id;?></div></td>
<td><?php echo $objResult["reservation_date"];?></td>
<td><?php echo $objResult["destination"];?></td>
<td><?php echo $objResult["guest_name"];?></td>
<td><?php echo $objResult["amount"];?></td>
<td><?php echo $level;?></td>
<td><?php echo $level2;?></td>
<td><?php echo $remark;?></td>
<td bgcolor="#999999">
	<div class="text-center<?php echo $edit_class;?>">
		<a href="edit.php?edit_id=<?php echo $id;?>">EDIT</a>
	</div>
</td>
</tr>
<?php
}
?>
</table>
</body>
</html>


respons



ประวัติการแก้ไข
2016-06-14 20:04:42
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 20:00:25 By : fossil31
 


 

No. 10



โพสกระทู้ ( 9,553 )
บทความ ( 2 )



สถานะออฟไลน์


echo '<tr'.$tr_class.($level3==2? ' lv3_2' : '').'>';

สีแดงคุณต้องเปลี่ยน ตัวแปรให้ตรงตามความต้องการของคุณครับ
มันเป็นตัวแปรสมมติ ผมสมมติขึ้นมา ไม่ได้มีจริง
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 20:02:52 By : Chaidhanan
 


 

No. 11



โพสกระทู้ ( 111 )
บทความ ( 0 )



สถานะออฟไลน์


ตอบความคิดเห็นที่ : 9 เขียนโดย : fossil31 เมื่อวันที่ 2016-06-14 20:00:25
รายละเอียดของการตอบ ::
ขอบพระคุณมากมากครับ ตุณ fossil อันนี้ลองทำแล้ว ได้เลย สุดยอดครับ

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2016-06-14 20:50:16 By : panya@ots
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ขอความช่วยเหลือครับ ถ้าต้องการเพิ่มเติมให้มี highlight เพิ่มโดยอ่านค่าจาก field level2 = 3 ต้องเขียนcode php และ css เพิ่มอย่างไรครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่