Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > อยากทราบวิธีอัพ php ขึ้นเว็บครับ คือ ผมทำphp ใน dreamweaver8 เสร็จแล้วพอเอาขึ้นเว็บมันไม่แสดงไรซักอย่าง แล้วผมลองเปลี่ยนจากไฟล์



 

อยากทราบวิธีอัพ php ขึ้นเว็บครับ คือ ผมทำphp ใน dreamweaver8 เสร็จแล้วพอเอาขึ้นเว็บมันไม่แสดงไรซักอย่าง แล้วผมลองเปลี่ยนจากไฟล์

 



Topic : 022310

Guest




คือ ผมทำphp ใน dreamweaver8 เสร็จแล้วพอเอาขึ้นเว็บมันไม่แสดงไรซักอย่าง
แล้วผมลองเปลี่ยนจากไฟล์ phpเป็นไฟล์ html แล้วมันแสดงตามปกติ แต่โค้ดที่เป็น php มันไม่แสดงอะครับ
มันมีวิธีอัพเว็บที่เป็น php ทั้งหมดมั้ยครับ


Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 24 ก.ย. 2551 15:38:35 By : kungo View : 2329 Reply : 5
 

 

No. 1

Guest


มันก็เหมือน html แหละคับ ไม่ต่างกันเลย เก็บไว้ใน root ก็ใช้ได้แล้วครับ






Date : 24 ก.ย. 2551 16:59:04 By : Ton
 


 

No. 2



โพสกระทู้ ( 434 )
บทความ ( 0 )



สถานะออฟไลน์


มันไม่แสดง php ต้องดูก่อนนะครับ ว่ามัน Error อะไร เพราะว่า เวลาเราทำ ในเครื่องคอม กับ บน host จริง อาจจะไม่เหมือนกัน เพราะว่า PHPMyadmin ต่างเวอร์ชั่นกัน


ลองเขียน error ให้ผมดูหน่อยได้ใหมครับ
Date : 24 ก.ย. 2551 19:27:06 By : SpyBNC
 

 

No. 3

Guest


มันไม่แสดงอะไรเลย

แล้ว php มีการติดต่อกับ เดต้าเบสหรือเปล่า

ถ้ามี ก็ต้องตั้งค่า user pass ให้ตรงตาม Host ที่อับโหลดด้วย
Date : 24 ก.ย. 2551 22:24:12 By : danya
 


 

No. 4

Guest


<html>

<head>
<title>สำนักงานประชาสัมพันธ์จังหวัดแพร่ Phrae Public Relation Office</title>
<meta name="generator" content="Namo WebEditor v6.0">

<STYLE type=text/css>
A:link
{
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
PADDING-TOP: 0px; body: 0px 0px
}
A:link {
COLOR: #0000FF; TEXT-DECORATION: none
}
A:visited
{
COLOR: #0000FF; TEXT-DECORATION: none
}
A:active
{
COLOR: #0000FF
}
A:hover
{
COLOR: #CC0033
}
body {
background-image: url(pic/CE02-3.gif);
}
.style1 {font-size: 10pt}
.style2 {font-size: 24}
.style3 {
font-size: 24px;
color: #0000FF;
}
.style4 {font-size: 24; color: #FF0000; }
.style5 {font-size: 24; color: #0000FF; }
.style6 {color: #CC3399}
.style7 {font-size: 14px}
</STYLE>



<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';

cookie_str = document.cookie;
cookie_str.toString();

pos_start = cookie_str.indexOf(name);
pos_end = cookie_str.indexOf('=', pos_start);

cookie_name = cookie_str.substring(pos_start, pos_end);

pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);

if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_name == name && cookie_val == "done")
return;

window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}

// --></script>

<meta http-equiv="Content-Type" content="text/html; charset=windows-874"></head>

<body text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table border="0" width="820" align="center" bgcolor="#F0F0F0" height="1243">
<tr>
<td height="172" colspan="2"><img src="Untitled-1.gif" width="820" height="170"></td>
</tr>
<tr>
<td colspan="2" height="21" style="border-right-width:1; border-bottom-width:1; border-left-width:1; border-right-style:groove; border-bottom-style:groove; border-left-style:groove;" bgcolor="#00CCCC">

<?

$count3=0;

include("config.inc.php");
Conn2DB();


// คำสั่ง SQL และสั่งให้ทำงาน
$sql = "select * from $tbl_news order by news_id desc"; // กำหนดคำสั่ง SQL เพื่อเพิ่มข้อมูลแบบคีย์ในคำสั่ง SQL //desc กำหนดให้เรียงจากมากไปน้อย ASC - เรียงลำดับข้อมูลจากน้อยไปมาก
$dbquery = mysql_db_query($dbname, $sql);
while($record=mysql_fetch_array ($dbquery))
{
$count3++;
switch($count3)
{
case"1";
echo"
<font face=\"MS Sans Serif\" ><span style=\"font-size:10pt;\"><marquee><img src=\"pic/newin.gif\">&nbsp;ข่าวใหม่ : $record[news_message] </marquee></span></font>

";
break;
}}
?> </td>
</tr>
<tr>
<td height="31" colspan="2">
<div align="left">
<table cellSpacing=0 cellPadding=0 border="0" width="100%">
<tr>
<td width="10" background="pic/button_left.gif" height="31">&nbsp; </td>
<td width="107" background="pic/button_center.gif" height="31">
<p align="center"><span style="font-size:10pt;"><a href="main.php" target="ifrm1"><font face="MS Sans Serif" color="black">หน้าแรก</font></a></span></p> </td>
<td width="10" background="pic/button_right.gif" height="31"> </td>
<td width="9" background="pic/button_left.gif" height="31"> </td>
<td width="108" background="pic/button_center.gif" height="31">
<p align="center"><span style="font-size:10pt;"><a href="news/news_show1.php" target="ifrm1"><font face="MS Sans Serif" color="black">ข่าวที่น่าสนใจ</font></a></span></p> </td>
<td width="10" background="pic/button_right.gif" height="31"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="10" background="pic/button_left.gif" height="31"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="109" background="pic/button_center.gif" height="31">
<p align="center"><span style="font-size:10pt;"><a href="e-news.php" target="ifrm1"><font face="MS Sans Serif" color="black">สื่อมวลชนอื่นๆ</font></a></span></p> </td>
<td width="11" background="pic/button_right.gif" height="31"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="10" height="31" background="pic/button_left.gif"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="109" height="31" background="pic/button_center.gif">
<p align="center"><span style="font-size:10pt;"><a href="activity/activity_show1.php" target="ifrm1"><font face="MS Sans Serif" color="black">ภาพกิจกรรม</font></a></span></p> </td>
<td width="10" height="31" background="pic/button_right.gif"><font face="Microsoft Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="10" height="31" background="pic/button_left.gif"><font face="Microsoft Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="109" height="31" background="pic/button_center.gif">

<p align="center"><span style="font-size:10pt;"><a href="dataphrae.php" target="ifrm1"><font face="Microsoft Sans Serif" color="black">ข้อมูลจังหวัดแพร่<span class="style1"></span></font></a></span></p> </td>
<td width="10" height="31" background="pic/button_right.gif"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="8" height="31" background="pic/button_left.gif"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="100" height="31" background="pic/button_center.gif"><p align="center"><span style="font-size:10pt;"><a href="link.php" target="ifrm1"><font face="MS Sans Serif" color="black">หน่วยงานต่างๆ</font></a></span></p> </td>
<td width="11" height="31" background="pic/button_right.gif"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="10" height="31" background="pic/button_left.gif"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="117" height="31" background="pic/button_center.gif">
<p align="center"><span style="font-size:10pt;"><a href="travel/trphrae.php" target="ifrm1"><font face="Microsoft Sans Serif" color="black">แหล่งท่องเที่ยว</font></a></span></p> </td>
<td width="10" height="31" background="pic/button_right.gif">&nbsp;</td>
</tr>
</table>
</div> </td> </tr>
<tr>
<td height="11" colspan="2">&nbsp;</td>
</tr>
<tr>
<td width="173" height="648" border="0" valign="top"><table cellSpacing=0 cellPadding=0 border="0" width="165">
<tr> </tr>
</table>
<table cellSpacing=0 cellPadding=0 border="0" width="165">
<tr>
<td width="165" height="30" colspan="3" background="pic/box_head.jpg">

<p align="center"><font face="MS Sans Serif"><span style="font-size:10pt;"><b>เมนู</b></span></font></p> </td>
</tr>
<tr>
<td width="165" colspan="3" height="24" background="pic/box_head_low.jpg"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
</tr>
<tr>
<td width="8" height="180" background="pic/box_left.gif" rowspan="11"><font face="Microsoft Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="149" bgcolor="white">

<p><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="main.php" target="ifrm1"><img src="pic/minihome.gif" width="22" height="16" border="0"> หน้าแรก</a></font></span></p> </td>
<td width="8" height="180" background="pic/box_right.gif" rowspan="11"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
</tr>
<tr>
<td width="149" bgcolor="white">

<p><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="page3.htm" target="ifrm1"><img src="pic/87.GIF" width="15" height="15" border="0"> &nbsp;สำนักงานประชาสัมพันธ์ </a></font></span></p> </td>
</tr>
<tr>
<td width="149" height="9" bgcolor="white"><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="e-news.php" target="ifrm1"><img src="pic/m_memberpage.gif" width="16" height="16" border="0">&nbsp;สื่อมวลชนอื่นๆ</a></font></span></td>
</tr>
<tr>
<td width="149" height="12" bgcolor="white">
<span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="comment/comm_add.php" target="ifrm1"></a><a href="dataphrae.php" target="ifrm1"> </a></font><font face="MS Sans Serif" color="blue"><a href="http://www.suparsit.com/index1.php" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"></a></font> <font face="Microsoft Sans Serif" color="blue"><a href="dataphrae.php" target="ifrm1">ข้อมูลจังหวัดแพร่ </a></font></span></td>
</tr>
<tr>
<td width="149" height="9" bgcolor="white">

<span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="comment/comm_add.php" target="ifrm1"></a><a href="activity/activity_show1.php" target="ifrm1"> </a></font><font face="MS Sans Serif" color="blue"><a href="http://www.suparsit.com/index1.php" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"></a></font> <font face="Microsoft Sans Serif" color="blue"><a href="activity/activity_show1.php" target="ifrm1">ภาพกิจกรรม</a></font></span></td>
</tr>
<tr>
<td width="149" height="9" bgcolor="white"><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="comment/comm_add.php" target="ifrm1"></a><a href="link.php" target="ifrm1"> </a></font><font face="MS Sans Serif" color="blue"><a href="http://www.suparsit.com/index1.php" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"></a></font> <font face="Microsoft Sans Serif" color="blue"><a href="link.php" target="ifrm1">หน่วยงานต่างๆ </a></font></span></td>
</tr>
<tr>
<td width="149" height="9" bgcolor="white">

<p><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="comment/comm_add.php" target="ifrm1"></a></font><font face="MS Sans Serif" color="blue"><a href="http://www.suparsit.com/index1.php" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"></a></font> <font face="Microsoft Sans Serif" color="blue"><a href="travel/trphrae.php" target="ifrm1"> แหล่งท่องเที่ยว</a></font></span></p> </td>
</tr>
<tr>
<td width="149" height="9" bgcolor="white">

<p><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="webboard/webboard.php" target="_blank"></a></font></span><font face="MS Sans Serif" color="blue"><a href="http://www.suparsit.com/index1.php" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"></a></font> <font face="Microsoft Sans Serif" color="blue"><a href="popiang.php" target="ifrm1"><span class="style1"> เศรษฐกิจพอเพียง</span></a></font></p> </td>
</tr>
<tr>
<td width="149" height="19" bgcolor="white"><font face="Microsoft Sans Serif" color="blue"><a href="teacher/login.php" target="ifrm1"><img src="pic/m_livesupport.gif" width="16" height="16" border="0"> <span class="style1">&nbsp;&nbsp;ผู้ดูแลระบบ</span></a></font></td>
</tr>
<tr>
<td width="149" height="9" bgcolor="white"><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="teacher/login.php" target="ifrm1"></a></font></span></td>
</tr>
<tr>
<td width="149" height="9" bgcolor="white"><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="admin/admin_login.php" target="ifrm1"></a></font></span></td>
</tr>
<tr>
<td width="165" colspan="3" background="pic/box_bottom.gif">&nbsp;</td>
</tr>
<tr>
<td width="165" height="11" colspan="3">&nbsp;</td>
</tr>
</table>
<?/*--------------*/?>
<table cellSpacing=0 cellPadding=0 border="0" width="173">
<tr>
<td width="165" height="30" colspan="3" background="pic/box_head.jpg">

<p align="center"><font face="MS Sans Serif"><span style="font-size:10pt;"><b>บริการ</b></span></font></p> </td>
</tr>
<tr>
<td width="165" colspan="3" height="24" background="pic/box_head_low.jpg"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
</tr>
<tr>
<td width="8" height="180" background="pic/box_left.gif" rowspan="13"><font face="Microsoft Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
<td width="149" bgcolor="white">

<p><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://www.suparsit.com/index1.php" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> แปลอังกฤษ - ไทย</a></font></span></p> </td>
<td width="8" height="180" background="pic/box_right.gif" rowspan="13"><font face="MS Sans Serif"><span style="font-size:10pt;">&nbsp;</span></font></td>
</tr>
<tr>
<td width="149" bgcolor="white">
<p><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://phonebook.tot.co.th/" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://phonebook.tot.co.th/" target="_blank">ค้นหาเบอร์โทรศัพท์</a></font></span></p> </td>
</tr>
<tr>
<td width="149" height="9" bgcolor="white"><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://www.glo.or.th/" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://www.glo.or.th/" target="_blank">ตรวจสลากรัฐบาล</a></font></span><font face="Microsoft Sans Serif"><span style="font-size:10pt;"> </span></font></td>
</tr>
<tr>
<td width="149" bgcolor="white"><p><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://music.siamza.com/" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://music.siamza.com/" target="_blank">ฟังเพลงออนไลน์</a></font></span></p></td>
</tr>
<tr>
<td width="149" bgcolor="white"><p><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://www.siamza.com/radio/" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://www.siamza.com/radio/" target="_blank">ฟังวิทยุออนไลน์</a></font></span></p></td>
</tr>
<tr>
<td width="149" bgcolor="white"><p><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://horoscope.sanook.com/" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://horoscope.sanook.com/" target="_blank">ดูดวง</a></font></span></p></td>
</tr>
<tr>
<td width="149" bgcolor="white"><p align="left"><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://www.tttonline.net" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://www.tttonline.net" target="_blank"> ฟรี sms</a></font></span></a></p></td>
</tr>
<tr>
<td width="149" bgcolor="white"><p align="left"><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://www.thaimail.com" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://www.thaimail.com" target="_blank">ไทยเมล์</a></font></span></p></td>
</tr>
<tr>
<td width="149" bgcolor="white"><p><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://www.hotmail.com/" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://www.hotmail.com/" target="_blank">Hotmail</a></font></span></p></td>
</tr>
<tr>
<td width="149" bgcolor="white"><p><span style="font-size:10pt;"><font face="MS Sans Serif" color="blue"><a href="http://www.yahoo.com" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"> </a></font></span><span style="font-size:10pt;"><font face="Microsoft Sans Serif" color="blue"><a href="http://www.yahoo.com" target="_blank">YahooMail</a></font></span></p></td>
</tr>
<tr>
<td bgcolor="white"><font face="MS Sans Serif" color="blue"><a href="http://www.yahoo.com" target="_blank"><img src="pic/icbotbar.gif" width="9" height="11" border="0"></a></font> <a href="http://mail.google.com/" class="style7">G Mail</a></td>
</tr>
<tr>
<td width="149" height="4" bgcolor="white">&nbsp;</td>
</tr>
<tr>
<td height="5" bgcolor="white">&nbsp;</td>
</tr>
<tr>
<td width="165" colspan="3" background="pic/box_bottom.gif">&nbsp;</td>
</tr>
<tr>
<td width="165" height="11" colspan="3">&nbsp;</td>
</tr>
</table>

<?/*----------------*/?> </td>
<td width="637" height="648" valign="top">
<table cellSpacing=0 cellPadding=0 border="0" width="637" bgcolor="white" height="642">
<tr>
<td height="30" background="pic/box_body_head_left.jpg" colspan="3">

<p align="left">&nbsp;</p> </td>
<td width="137" height="30" background="pic/box_body_head_center.gif">&nbsp;</td>
<td width="203" height="30" background="pic/box_body_head_center.gif">&nbsp;</td>
<td width="137" height="30" background="pic/box_body_head_center.gif">&nbsp;</td>
<td height="30" background="pic/box_body_head_right.jpg" colspan="3">&nbsp;</td>
</tr>
<tr>
<td height="25" colspan="4" background="pic/box_body_head_low_left.jpg">&nbsp;</td>
<td width="203" height="25" background="pic/box_body_head_low_center.gif">&nbsp;</td>
<td height="25" colspan="4" background="pic/box_body_head_low_right.jpg">&nbsp;</td>
</tr>
<tr>
<td width="9" height="677" background="pic/box_left.gif">&nbsp;</td>
<td width="8" height="677">&nbsp;</td>
<td height="677" colspan="5" align="center" valign="top">

<p align="center"><iframe name="ifrm1" src="main.php" width="100%" frameborder="0" height="100%" scrolling="auto"></iframe></p> </td>
<td width="3" height="677">&nbsp;</td>
<td width="3" height="677" background="pic/box_right.gif">&nbsp;</td>
</tr>
<tr>
<td height="22" colspan="2" background="pic/box_body_bottom_left.gif">&nbsp;</td>
<td width="66" height="22" background="pic/box_body_bottom_center.gif">&nbsp;</td>
<td width="137" height="22" background="pic/box_body_bottom_center.gif">&nbsp;</td>
<td width="203" height="22" background="pic/box_body_bottom_center.gif">&nbsp;</td>
<td width="137" height="22" background="pic/box_body_bottom_center.gif">&nbsp;</td>
<td width="71" height="22" background="pic/box_body_bottom_center.gif">&nbsp;</td>
<td height="22" colspan="2" background="pic/box_body_bottom_right.gif">&nbsp;</td>
</tr>
</table> </td>
</tr>
<tr>
<td height="26" colspan="2" style="border-width:1; border-style:groove;" bgcolor="white">
<p align="center" class="style4"><font face="MS Sans Serif"><strong>สำนักงานประชาสัมพันธ์จังหวัดแพร่</strong><br>
<span class="style6">ศาลากลางจังหวัดแพร่ ถนนไชยบูรณ์ ตำบลในเวียง อำเภอ เมือง จังหวัด แพร่ 54000 <BR>
โทร. 054-511566 โทรสาร 054-621116 โทร.มหาดไทย 21761</span></font></p>
<p align="center" class="style5"><em><strong><font face="MS Sans Serif">จัดทำโดย ฉัตรชัย พวงขจร </font></strong></em><br>
<img src="foldletter.gif" width="44" height="51"> <span class="style3">E-Mail : [email protected] </span></p>
<p align="center" class="style2"><A href="http://123counters.com/stats/p/prphrae/" target="_top"><IMG height="28" alt="" hspace="4" src="http://one.123counters.com/counter/index.php?u=prphrae&s=apple" width="188" vspace="2" border="0"></A></p></td>
</tr>
</table>
<span class="style2">
<?
CloseDB()
?>
</span>
</body>
</html>


นี่ครับโค้ดที่เขียนไปเป็นหน้า index ต้องเปลี่ยนหรือว่าเพิ่มตรงไหนป่าวครับถึงแสดง
Date : 25 ก.ย. 2551 09:23:52 By : kungo
 


 

No. 5



โพสกระทู้ ( 434 )
บทความ ( 0 )



สถานะออฟไลน์


include("config.inc.php"); กำหนดไฟล์นี้ user+pass ให้ตรงกับ ฐานข้อมูลแล้วก็น่าจะแสดงนะครับ

ลอง add มาคุยกันดูก็ได้นะครับ [email protected]
Date : 25 ก.ย. 2551 23:43:42 By : SpyBNC
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : อยากทราบวิธีอัพ php ขึ้นเว็บครับ คือ ผมทำphp ใน dreamweaver8 เสร็จแล้วพอเอาขึ้นเว็บมันไม่แสดงไรซักอย่าง แล้วผมลองเปลี่ยนจากไฟล์
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่