|
|
|
ช่วยหน่อยค่ะ รูปไม่ขึ้นทำยังไงดีค่ะ?? ไม่รู้จะแก้โค้ดตรงไหน |
|
|
|
|
|
|
|
Code (PHP)
<?php
//รับค่าจาก textbox มาเก็บไว้ในตัวแปร
$word1 = $_POST["word1"];
$word2 = $_POST["word2"];
$word3 = $_POST["word3"];
$word4 = $_POST["word4"];
$word5 = $_POST["word5"];
//คำสั่งติดต่อฐานข้อมูล
$objConnect = mysql_connect("127.0.0.1","root","") or die("Error Connect to Database");
//ชื่อฐานข้อมูล
$objDB = mysql_select_db("disease_db");
mysql_query("SET NAMES UTF8"); //ให้แสดงภาษาไทย
//ตำสั่งดึงข้อมูล
$strSQL = "SELECT id_de, detail.id_di, organs, disease, intro,cause, symptem,refer,pic_or
FROM `detail`
LEFT JOIN disease ON detail.id_di = disease.id_di where detail.id_di in ('$word1','$word2','$word3','$word4','$word5') ";
//คำสั่งทำงาน
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<html>
<head>
<title>Expert shirt model</title>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<style type="text/css">
body {
background-image: url(bg2.jpg);
}
body,td,th {
color: #000;
}
</style>
</head>
<body>
<tr>
<center> <td width="1059" height="289"><img src="หน้าปก.gif" width="1065" height="291" /></td>
</tr>
</table>
<p> </p>
<table width="247" height="304" border="0" align="center">
<tr>
<th width="978" bgcolor="#0066FF">รูปอวัยวะ</th>
</tr>
<!-- ส่วนแสดงข้อมูล -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<tr>
<td><div align="center"><img src="img/<?php echo $objResult["pic_or"];?>" alt="" width="200" /></div></td>
</tr>
</table>
<p> </p>
<table width="536" height="304" border="0" align="center">
<tr>
<th width="776" bgcolor="#0066FF"> <div align="center">โอกาสที่จะเกิดโรค</div></th>
</tr>
<?php
//ทำการเช็คว่ามีการอ่านข้อมูลหรือไม่ ถ้ามีให้แสดงข้อมูล
while($objResult = mysql_fetch_array($objQuery))
{
?>
<!-- ส่วนแสดงข้อมูล -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<tr>
<td><?php echo $objResult["disease"];?></td>
</tr>
<?php
}
?>
</table>
<p> </p>
<p> </p>
</div>
<p>
<?php
mysql_close($objConnect); //ผปิดการติดต่อฐานข้อมู,
?>
</p>
<p> </p>
<p> </p>
<form name="form1" method="post" action="index1.php">
<div align="center">
<input type="submit" name="btnback" id="btnback" value="ย้อนกลับ">
</div>
</form>
<div align="justify"></div>
<div align="center"></div>
</body>
</html>
Tag : PHP, MySQL, XAMPP
|
|
|
|
|
|
Date :
2017-05-31 20:21:15 |
By :
royyim88 |
View :
1100 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<td><div align="center"><img src="img/<?php echo $objResult["pic_or"];?>" alt="" width="200" /></div></td>
" $objResult["pic_or"] "ยังไม่ได้ query จากฐานข้อมูลครับ
|
|
|
|
|
Date :
2017-05-31 21:41:59 |
By :
1545347002184306 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|