|
|
|
เขาทำ 404 Error URL Rewrite กันอย่างไงเหรอครับ เป็นทางเว็บ thaicreate ทำเลยอยากทำบ้าง |
|
|
|
|
|
|
|
ผมคิวรี่ข้อมูลออกมาแบบนี้ แล้วจะ require($_SERVER['REQUEST_URI']); อย่างไงครับ งง เห็นในตัวอย่างทำแบบนี้
if($_SERVER['REQUEST_URI'] == "/hello.html")
{
require("hello.php");
}
ซึ้งมันจะมี show.php ไว้คิวรี่ข้อมูลอีกทีนะครับ
นี้โค้ดคิวรี่
while($row=mysql_fetch_array($news_sql)){
$contenttopic_id=$row[contenttopic_id];
$title=$row[title];
$pic=$row[pic_head];
$msg=$row["msg"];
$sub=$row["subhead"];
$new_text = iconv_substr($msg, 0, 100, "UTF-8");
$max = mysql_query("select max(contenttopic_id) from content_topic WHERE contentcat_id=15 && publish=1");
$total_max = mysql_result($max,0);
echo '
<a href="'.$title.'.html" target="_blank">'.$title.'</a><br>
';
$i++;
}
|
ประวัติการแก้ไข 2011-01-26 16:38:06 2011-01-26 16:58:44
|
|
|
|
Date :
2011-01-26 16:37:23 |
By :
looktevada |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำเองไม่ได้ก็รออย่างเดียว
|
|
|
|
|
Date :
2011-01-26 21:35:06 |
By :
looktevada |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จะคิวรี่ข้อมูลจากลิ้งอย่างไงเหรอครับ
|
|
|
|
|
Date :
2011-01-27 15:50:07 |
By :
looktevada |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
ผมคิวรี่ข้อมูลออกมาแบบนี้ แล้วจะ require($_SERVER['REQUEST_URI']); อย่างไงครับ งง เห็นในตัวอย่างทำแบบนี้
if($_SERVER['REQUEST_URI'] == "/hello.html")
{
require("hello.php");
}
ซึ้งมันจะมี show.php ไว้คิวรี่ข้อมูลอีกทีนะครับ
นี้โค้ดคิวรี่
while($row=mysql_fetch_array($news_sql)){
$contenttopic_id=$row[contenttopic_id];
$title=$row[title];
$pic=$row[pic_head];
$msg=$row["msg"];
$sub=$row["subhead"];
$new_text = iconv_substr($msg, 0, 100, "UTF-8");
$max = mysql_query("select max(contenttopic_id) from content_topic WHERE contentcat_id=15 && publish=1");
$total_max = mysql_result($max,0);
echo '
<a href="'.$title.'.html" target="_blank">'.$title.'</a><br>
';
$i++;
}
|
|
|
|
|
Date :
2011-01-27 15:53:41 |
By :
Cuhuku |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (ASP)
.
|
ประวัติการแก้ไข 2011-01-27 15:57:17
|
|
|
|
Date :
2011-01-27 15:56:08 |
By :
noizeless |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมคิวรี่ข้อมูลออกมาแบบนี้ แล้วจะ require($_SERVER['REQUEST_URI']); อย่างไงครับ งง เห็นในตัวอย่างทำแบบนี้
if($_SERVER['REQUEST_URI'] == "/hello.html")
{
require("hello.php");
}
ซึ้งมันจะมี show.php ไว้คิวรี่ข้อมูลอีกทีนะครับ
นี้โค้ดคิวรี่
while($row=mysql_fetch_array($news_sql)){
$contenttopic_id=$row[contenttopic_id];
$title=$row[title];
$pic=$row[pic_head];
$msg=$row["msg"];
$sub=$row["subhead"];
$new_text = iconv_substr($msg, 0, 100, "UTF-8");
$max = mysql_query("select max(contenttopic_id) from content_topic WHERE contentcat_id=15 && publish=1");
$total_max = mysql_result($max,0);
echo '
<a href="'.$title.'.html" target="_blank">'.$title.'</a><br>
';
$i++;
}
|
|
|
|
|
Date :
2011-01-27 15:58:39 |
By :
looktevada |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|