|
|
|
ทำไมรูปไม่โชว์ ในตารางการสั่งซื้อสินค้า ใช้ AppServ |
|
|
|
|
|
|
|
Code (PHP)
<?$objResult["Picture"];?>
เป็น
Code (PHP)
<?=$objResult["Picture"];?>
ดูคับ
|
|
|
|
|
Date :
2012-09-23 00:47:37 |
By :
popypreaw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไมไ่ด้ครับผม ในดาต้าเบส ผมเก็บชื่อไว้ว่า Fino.jpg อย่างงี้ถูกต้องป่าว ครับ
|
|
|
|
|
Date :
2012-09-23 01:11:42 |
By :
Chunate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลอง Code (PHP)
print $objResult["Picture"];
ดูครับว่าได้ค่า Fino.jpg รึเปล่า
ถ้าได้แสดงว่า พิม code htmlผิด
|
|
|
|
|
Date :
2012-09-23 01:16:29 |
By :
popypreaw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อย่าว่านะครับ คือ ใส่ตรงไหน แหะ ๆ
|
|
|
|
|
Date :
2012-09-23 01:38:29 |
By :
Chunate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<img src="img/<?$objResult["Picture"];?>">
น่าจะเป็นแบบนี้หงะ
Code (PHP)
<img src="img/<?=$objResult["Picture"];?>">
|
|
|
|
|
Date :
2012-09-23 01:49:06 |
By :
popypreaw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พอ รันแล้วเป็นแบบเดิม เราไปดู กดดูโค้ดที่รันมา มันขึ้นแบบนี้
Code (PHP)
<td><img src="Resource id #4" width='150' height='120'></td>
ไม่ทราบว่าเกิดอะไรขึ้น
|
|
|
|
|
Date :
2012-09-23 02:20:22 |
By :
Chunate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<?
mysql_connect("localhost","root","1234");
mysql_select_db("motocyclerent");
$strSQL = "SELECT * FROM product";
$objQuery = mysql_query($strSQL) or die(mysql_error());
?>
<body>
<table width="1073" border="1">
<tr>
<th scope="col"><a href="Main.php">หน้าแรก</a></th>
<th scope="col"><a href="About.php">ดูข้อมูลรถ</a></th>
<th scope="col"><a href="Bookmotor.php">สั่งจองออนไลน์</a></th>
<th scope="col"><a href="Member.php">จำนวนสมาชิกทั้งหมด</a></th>
<th scope="col"><a href="Flag.php">แจ้งปัญหา/ติชม</a></th>
<th scope="col">ออกจากระบบ</th>
</tr>
</table>
<br><br>
<table width="327" border="1">
<tr>
<td width="101">Picture</td>
<td width="101">ProductID</td>
<td width="82">ProductName</td>
<td width="79">Price</td>
<td width="37">Cart</td>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td><?=$objResult["Picture"];?></td>
<td><?=$objResult["ProductID"];?></td>
<td><?=$objResult["ProductName"];?></td>
<td><?=$objResult["Price"];?></td>
<td><a href="order.php?ProductID=<?=$objResult["ProductID"];?>">Order</a></td>
</tr>
<?
}
?>
</table>
<br><br><a href="show.php">View Cart</a> | <a href="clear.php">Clear Cart</a>
<?
mysql_close();
?>
</body>
</html>
ลองรันดูว่ามีชื่อรูป ขึ้นรึเปล่าครับ
|
|
|
|
|
Date :
2012-09-23 02:34:55 |
By :
popypreaw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มี ๆ ครับ มีชื่อขึ้น
|
|
|
|
|
Date :
2012-09-23 02:47:02 |
By :
Chunate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<?
mysql_connect("localhost","root","1234");
mysql_select_db("motocyclerent");
$strSQL = "SELECT * FROM product";
$objQuery = mysql_query($strSQL) or die(mysql_error());
?>
<body>
<table width="1073" border="1">
<tr>
<th scope="col"><a href="Main.php">หน้าแรก</a></th>
<th scope="col"><a href="About.php">ดูข้อมูลรถ</a></th>
<th scope="col"><a href="Bookmotor.php">สั่งจองออนไลน์</a></th>
<th scope="col"><a href="Member.php">จำนวนสมาชิกทั้งหมด</a></th>
<th scope="col"><a href="Flag.php">แจ้งปัญหา/ติชม</a></th>
<th scope="col">ออกจากระบบ</th>
</tr>
</table>
<br><br>
<table width="327" border="1">
<tr>
<td width="101">Picture</td>
<td width="101">ProductID</td>
<td width="82">ProductName</td>
<td width="79">Price</td>
<td width="37">Cart</td>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td><img src="img/<?=$objResult["Picture"];?>" /></td>
<td><?=$objResult["ProductID"];?></td>
<td><?=$objResult["ProductName"];?></td>
<td><?=$objResult["Price"];?></td>
<td><a href="order.php?ProductID=<?=$objResult["ProductID"];?>">Order</a></td>
</tr>
<?
}
?>
</table>
<br><br><a href="show.php">View Cart</a> | <a href="clear.php">Clear Cart</a>
<?
mysql_close();
?>
</body>
</html>
ก็น่าจะได้นะ ถ้าใน folder img มีไฟล์รูป ชื่อเดียวกับใน database อยู่
|
|
|
|
|
Date :
2012-09-23 02:51:32 |
By :
popypreaw |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้ว ขอบคุนมากครับผม
|
|
|
|
|
Date :
2012-09-23 08:48:52 |
By :
Chunate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ของผมมันเป็นอย่างนี้อะครับ มันไม่ขึ้นโชว์อะไร รบกวนช่วยแก้ให้ผมหน่อยได้มั้ยครับ คือผมจะเอาไปทำโปรเจคจบอ่า มันแก้ไม่ได้ซะที
Code (PHP)
<?
//session_start();
//session_destroy();
?><html>
<head>
<title>ThaiCreate.Com</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<?
mysql_connect("localhost","root","usbw");
mysql_select_db("peet");
$strSQL = "SELECT * FROM product";
$objQuery = mysql_query($strSQL) or die(mysql_error());
?>
<table width="327" border="1">
<tr>
<td width="101">Picture</td>
<td width="101">ProductID</td>
<td width="82">ProductName</td>
<td width="79">Price</td>
<td width="37">Cart</td>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td><img src="img/<?=$objResult["Picture"];?>"></td>
<td><?=$objResult["ProductID"];?></td>
<td><?=$objResult["ProductName"];?></td>
<td><?=$objResult["Price"];?></td>
<td>
<a href="order.php?ProductID=<?=$objResult["ProductID"];?>">Order</a></td>
</tr>
<?
}
?>
</table>
<br><br><a href="show.php">View Cart</a> | <a href="clear.php">Clear Cart</a>
<?
mysql_close();
?>
</body>
</html>
<?/* This code download from www.ThaiCreate.Com */ ?>
|
ประวัติการแก้ไข 2015-01-09 03:07:37 2015-01-09 03:08:35
|
|
|
|
Date :
2015-01-09 03:05:09 |
By :
saikokung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|