|
|
|
มีระบบข่าวอยู่แล้วครับ แต่อยากจะได้การแสดงข่าวแบบ แบ่ง Column ครับ รบกวนด้วยนะครับ |
|
|
|
|
|
|
|
ว่าง ๆ ก็ลอง Search ดูน่ะครับ
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body>
<?
$objConnect = mysql_connect("localhost","root","root") or die(mysql_error());
$objDB = mysql_select_db("mydatabase");
$strSQL = "SELECT * FROM gallery";
$objQuery = mysql_query($strSQL);
echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="thaicreate/<?=$objResult["Picture"];?>"><br>
<?=$objResult["GalleryName"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
</body>
</html>
<?
mysql_close($objConnect);
?>
เอา Code นี้ไปใช้ครับ อยากใส่อะไรก็ใส่ได้เลยครับ
Go to : PHP MySQL Multiple Column
|
|
|
|
|
Date :
2011-06-01 11:49:07 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แบบนี้ครับ
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=windows-874" />
<title>Untitled Document</title>
</head>
<body>
<?
include" config.php";
$strSQL = "SELECT * FROM tb_news";
$objQuery = mysql_query($strSQL);
echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="thaicreate/<?=$objResult["Picture"];?>"><br>
<?=$objResult["GalleryName"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
</body>
</html>
<?
mysql_close($objConnect);
?>
|
|
|
|
|
Date :
2011-06-01 12:29:37 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมเขียนแบบธรรมดาครับ
|
|
|
|
|
Date :
2011-06-01 13:00:24 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หวัดดีคับ คุณ โปรแกรมมั่ว
ไปดู path config.php ว่าถูกต้องหรือเปล่า
|
|
|
|
|
Date :
2011-06-01 13:01:17 |
By :
TEST_CODE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มีอะไรออกมาเลยครับตามรูป Code (PHP)
<html>
<head>
<title></title>
</head>
<body>
<?
$strSQL = "SELECT * FROM tb_news";
$objQuery = mysql_query($strSQL);
echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="thaicreate/<?=$objResult["Picture"];?>"><br>
<?=$objResult["GalleryName"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
</body>
</html>
ฐานข้อมูลครับ
|
ประวัติการแก้ไข 2011-06-01 13:13:17 2011-06-01 13:16:30
|
|
|
|
Date :
2011-06-01 13:12:08 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title></title>
</head>
<body>
<?
include" config.php"; // เรียก file connect database ของเรามา
$strSQL = "SELECT * FROM tb_news";
$objQuery = mysql_query($strSQL);
echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="ชื่อfolderที่เก็บรูปภาพ/<?=$objResult["photo_news"];?>"><br>
<?=$objResult["title_news"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
</body>
</html>
|
ประวัติการแก้ไข 2011-06-01 13:18:56
|
|
|
|
Date :
2011-06-01 13:17:16 |
By :
TEST_CODE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โทดทีครับผมเปลี่ยนเครื่องใหม่ ลืมเลย ขอลองก่อนนะครับ
|
|
|
|
|
Date :
2011-06-01 13:22:46 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title></title>
</head>
<body>
<?
include"connect.php";
$strSQL = "SELECT * FROM tb_news";
$objQuery = mysql_query($strSQL);
echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="photo/<?=$objResult["Picture"];?>"><br>
<?=$objResult["GalleryName"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
</body>
</html>
ใส่แล้วครับ เหมือนเดิมครับ
|
|
|
|
|
Date :
2011-06-01 13:25:34 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error แจ้งเตือนติดต่อฐานข้อมูลไม่ได้นะครับ ลองไปไล่ดูอีกทีครับว่าถูกหรือป่าว
|
|
|
|
|
Date :
2011-06-01 13:58:48 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?=$objResult["Picture"];?> มาจากไหนครับ
คุณดูดีๆ ครับว่าฟิลในตารางเก็บข้อมูลมันฃื่อฟิลด์อะไรอ่ะครับ
|
|
|
|
|
Date :
2011-06-01 14:02:52 |
By :
pokultra |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ออกมาแต่รูปด้านล่างครับ เต็มจอเลยครับ
Code (PHP)
<html>
<head>
<title></title>
</head>
<body>
<?
include" connect.php";
?>
<?
$strSQL = "SELECT * FROM tb_news";
$objQuery = mysql_query($strSQL);
echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="photo/<?=$objResult["photo_news"];?>"><br>
<?=$objResult["title_news"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
</body>
</html>
|
|
|
|
|
Date :
2011-06-01 16:32:48 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันยังแจ้ง error ติดต่อฐานข้อมูลอยู่เลยครับ กลับไปดูไฟล์นี้ connect.php
|
|
|
|
|
Date :
2011-06-01 16:42:53 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
# Database - Start
$db_HostName = "localhost";
$db_Name = "db_shop"; // database name
$db_UserName = "root"; // username
$db_Password = "1234"; // password
$link = mysql_connect($db_HostName , $db_UserName , $db_Password) or die ("Cannot connect to database '$db_Name' : ".mysql_error());
mysql_select_db ($db_Name);
mysql_query("SET character_set_results=tis620");
mysql_query("SET character_set_client=tis620");
mysql_query("SET character_set_connection=tis620");
# Database - End
?>
|
ประวัติการแก้ไข 2011-06-01 17:00:52
|
|
|
|
Date :
2011-06-01 17:00:35 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอดู code หน้า index_news3 หน่อยครับ
|
|
|
|
|
Date :
2011-06-01 17:06:59 |
By :
slurpee55555 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ error แล้วครับแต่ออกแบบนี้
คนละอย่างกับความต้องการเลยครับ
|
|
|
|
|
Date :
2011-06-01 17:18:52 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จขกท คือไรหรอครับ
|
|
|
|
|
Date :
2011-06-01 17:22:53 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title></title>
</head>
<body>
<?
include"connect.php";
?>
<?
$strSQL = "SELECT * FROM tb_news";
$objQuery = mysql_query($strSQL);
echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>";
$intRows = 0;
while($objResult = mysql_fetch_array($objQuery))
{
echo "<td>";
$intRows++;
?>
<center>
<img src="photo/<?=$objResult["photo_news"];?>"><br>
<?=$objResult["title_news"];?>
<br>
</center>
<?
echo"</td>";
if(($intRows)%2==0)
{
echo"</tr>";
}
}
echo"</tr></table>";
?>
</body>
</html>
|
|
|
|
|
Date :
2011-06-01 21:19:06 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยรบกวน เขียนโค้ด seach หาข้อมูลในระบบให้หน่อยดิคับ
เป็นแบบธรรมดานะคับ
รบกวนหน่อยนะคับ
|
|
|
|
|
Date :
2011-06-01 21:48:59 |
By :
agkachai |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<table width="500" height="139" border="0" cellpadding="0" cellspacing="2">
<tr>
<td width="125" height="42"> </td>
<td width="125"> </td>
<td width="125"> </td>
<td width="125"> </td>
</tr>
</table> <table width="500" border="0" cellspacing="2" cellpadding="0">
<?php
$i=1;
$q="SELECT * FROM tb_news ";
$qr=mysql_query($q);
$numItem=mysql_num_rows($qr);
$numCol=4;
$remainCol=$numCol-($numItem%$numCol);
while($rs=mysql_fetch_array($qr)){
?>
<?php if($i%$numCol==1){ ?>
<tr>
<td width="125"><?=$rs['title_news']?></td>
<?php } ?>
<?php if($i%$numCol==2){ ?>
<td width="125"><?=$rs['tedail_news']?></td>
<?php } ?>
<?php if($i%$numCol==3){ ?>
<td width="125"><?=$rs['date_news']?></td>
<?php } ?>
<?php if($i%$numCol==0){ ?>
<td width="125"><?=$rs['time_news']?></td>
</tr>
<?php } ?>
<?php $i++; } ?>
<?=($remainCol>0 && $remainCol!=$numCol)?"<td colspan=".$remainCol."></td></tr>":""?>
</table>
ลองแบบนี้ก็ ออกแค่ title_news ครับ
|
|
|
|
|
Date :
2011-06-01 22:25:09 |
By :
buraratn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อ่านบทเรียนดีๆ ครับแล้วทำความเข้าใจซะหน่อย อย่ารีบร้อน
|
|
|
|
|
Date :
2011-06-01 23:16:30 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|