|
|
|
ขอโค๊ด แชร์ แบบขึ้นรูป แบบนี้ ได้รึเปล่า ครับ เพราะผมไปเห็นของพี่คนหนึ่งที่ฝากถามในเว็ปนี้เหมือนกัน ผมอยากทำแบบพี่เค้า พอมีโค๊ด หรือเปล่า ครับ |
|
|
|
|
|
|
|
ถ้าพอมีเวลา รบกวนดูโค๊ดให้ผมได้รึเปล่า ครับ ทำยังงัยก็ไม่ผ่าน T^T
Code (PHP)
<?
include('config.inc.php');
include('fnalert.php');
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name="title" content="pwfoto" />
<meta name="description" content="pwfoto" />
<link rel="image_src" href="immage_title/<?=$objResult[file]?>"/ >
<title>pwfoto</title>
</head>
<body>
<?php
$strSQL="select * from title ";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$i=1;
$Per_Page =5; // Per Page
$Page = $_GET["Page"];
if(!$_GET["Page"])
{
$Page=1;
}
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$Page_Start = (($Per_Page*$Page)-$Per_Page);
if($Num_Rows<=$Per_Page)
{
$Num_Pages =1;
}
else if(($Num_Rows % $Per_Page)==0)
{
$Num_Pages =($Num_Rows/$Per_Page) ;
}
else
{
$Num_Pages =($Num_Rows/$Per_Page)+1;
$Num_Pages = (int)$Num_Pages;
}
$strSQL.="order by id_title DESC LIMIT $Page_Start , $Per_Page";
$objQuery = mysql_query($strSQL);
?>
<table width="601" border="0" cellspacing="0">
<?php
while($objResult = mysql_fetch_array($objQuery))
{
$id_title=$objResult['id_title'];
$title=$objResult['title'];
$title_detail=$objResult['title_detail'];
$file=$objResult['file'];
$title_date=$objResult['title_date'];
?>
<tr>
<td width="599"><h1>
<?=$objResult['title'];?></h1></td>
</tr>
<tr>
<td><?php echo "<img src='immage_title/$file' alt='IMG' width='600' heigth='50'/>" ?> </td>
</tr>
<tr>
<td><p><style type="text/css">
.word-wrap {
word-wrap: break-word;
}
</style>
</p>
<div style="width:590px;" class="word-wrap" /><?=$objResult['title_detail'];?></td>
</tr>
<tr>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<td>
//>> ตรงนี้คือโค๊ด แชร์ ที่ติดปัญหา ครับ------------------------------------------------->>>>>>>>>>>>>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<a name="fb_share" type="button_count" href="#" share_url="http://bwfoto.net/index.php?<img src='immage_title/<?=$objResult['file']?>' alt='IMG'/>" rel="nofollow"></a>
//-------------------------------------------------------------------------------->>>>>>>>>>>>>
<?
}
?>
</table>
<table width="601" border="0" align="left" cellspacing="0">
<tr>
<td align="left" valign="baseline">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/th_TH/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="http://bwfoto.net/index.php" data-width="550" data-num-posts="2"></div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/th_TH/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="http://www.bwfoto.net/" data-send="true" data-width="450" data-show-faces="true"></div>
</td>
</tr>
<tr>
<td align="center" valign="baseline"><span class="style123">Total <span class="style93">
<?=$Num_Rows;?>
</span> Record : <span class="style93">
<?=$Num_Pages;?>
</span> Page :
<?php
if($Prev_Page)
{
echo "<a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< Back</a>";
}
for($i=1; $i<=$Num_Pages; $i++){
//for($i=1; $i<=1; $i++){
if($i != $Page)
{
echo "[<a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a>]";
}
else
{
echo "<b> $i </b>";
}
}
if($Page!=$Num_Pages)
{
echo "<a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>Next>></a>";
}
?>
</span></td>
</tr>
</table>
<br>
<span class="style123"> </span>
</body>
</html>
|
ประวัติการแก้ไข 2013-05-21 14:34:25
|
|
|
|
Date :
2013-05-20 13:55:15 |
By :
TonsoR |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอ ดัน ๆ นิดหนึ่ง คับ ผมทำแล้ว คับ ยังขึ้นไม่ตรงเหมือนเดิม ครับ ไม่แน่จัยว่าผมทำถูกรึเปล่า ครับ ช่วยแนะทีครับ
|
ประวัติการแก้ไข 2013-05-21 16:12:37
|
|
|
|
Date :
2013-05-21 14:30:23 |
By :
TonsoR |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยผม ที ครับ T^T บางทีก็รันไม่ขึ้น พอรันขึ้น ก็ รูปไม่ขึ้น
|
|
|
|
|
Date :
2013-05-22 11:58:38 |
By :
TonsoR |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|