|
|
|
PHP ต้องการให้แสดงข้อมูล แค่ที่ต้องการอะครับ จะปรับแต่งจากตรงนี้ยังไงครับ |
|
|
|
|
|
|
|
ขอบคุณครับ ได้แล้วครับ
|
|
|
|
|
Date :
2015-07-23 13:51:42 |
By :
Wipanked |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวน อีกคำถามหนึ่งครับ
<?php echo $objResult["Process"];?>
ข้อมูลที่อยู่ในฐานข้อมูลภาษาไทย พอ Result ออกมา กลับเป็นภาษา ???????? อะครับ
รบกวนช่วยที่ครับ ต้องเพิ่ม อะไร ตรงไหนครับ
|
|
|
|
|
Date :
2015-07-23 13:54:11 |
By :
Wipanked |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ในฐานข้อมูลเก็บแบบ utf-8 หรือเปล่าครับ
|
|
|
|
|
Date :
2015-07-23 14:24:17 |
By :
littlebeer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ครับ เป็นแบบ utf8_general_ci
เก็บข้อมูลภาษาไทย แต่ มานำมาแสดง เป็นภาษา ??????
|
|
|
|
|
Date :
2015-07-23 15:33:55 |
By :
Wipanked |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Encoding ไฟล์ เป็น UTF-8 หรือยังครับ
|
|
|
|
|
Date :
2015-07-23 15:41:46 |
By :
Who am i |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code
<?php
session_start();
require_once("Connect.php");
if(!isset($_SESSION['NumberID']))
{
echo "<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />";
echo"<script language=\"JavaScript\">";
echo"alert('กรุณา Login เข้าสู่ระบบก่อนใช้งานส่วนนี้.. !!')";
echo"</script>";
echo '<meta http-equiv="refresh" content="0; url=\onthejob\logout_re.php" >';
exit();
}
if($_SESSION['Status'] != "Administrator")
{
echo "<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />";
echo"<script language=\"JavaScript\">";
echo"alert('สำหรับผู้ดูแลระบบ เท่านั้น.. !! ')";
echo"</script>";
echo '<meta http-equiv="refresh" content="0; url=\onthejob\logout_re.php" >';
exit();
}
//*** Update Last Stay in Login System
$sql = "UPDATE onthejob_member SET LastUpdate = NOW() WHERE NumberID = '".$_SESSION["NumberID"]."' ";
$query = mysqli_query($con,$sql);
//*** Get User Login
$strSQL = "SELECT * FROM onthejob_member WHERE NumberID = '".$_SESSION['NumberID']."' ";
$objQuery = mysqli_query($con,$strSQL);
$objResult = mysqli_fetch_array($objQuery,MYSQLI_ASSOC);
?>
<head>
<title>แสดงข้อมูล</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<table width="200" border="0" style="width: 200px">
<tbody>
<tr>
<td width="75" align="right"></td>
<td width="115"></td>
</tr>
<tr>
<td width="75" align="right"><font color="#0851ad"> Status :</font></td>
<td width="115"><font color="#0851ad"><?php echo $objResult["Status"];?></font>
</td>
</tr>
<tr>
<td width="75" align="right"><font color="#0851ad"> Name :</font></td>
<td width="115"><font color="#0851ad"><?php echo $objResult["Name"];?></font>
</td>
</tr>
<tr>
<td align="right"><font color="#0851ad"> Process :</font></td>
<td><font color="#0851ad"><?php echo $objResult["Process"];?></font></td>
</tr>
</tbody>
</table>
ตรงที่ขีดเส้นใตมันไม่เป็นภาษาไทยอะครับ
|
|
|
|
|
Date :
2015-07-23 16:07:57 |
By :
Wipanked |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ปัญหานี้ได้แก้ไขได้แล้วครับ แต่ตอนนี้ มาเจออีกปัญหา
ตอนนี้ ผมอยากจะสอบถามว่า ถ้าเปลี่ยน จากการใช้ MySql มาใช้ SQL ข้อแตกต่างมัน ต่างจากตรงไหนครับ
|
|
|
|
|
Date :
2015-07-24 23:05:02 |
By :
Wipanked |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ต่างกันเยอะเลยครับ ตั้งแต่ function
|
|
|
|
|
Date :
2015-07-25 10:33:20 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|