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,038

HOME > PHP > PHP Forum > คุณ พี่ DS_Ohm ผมอับเว็บขึ้นโฮสแล้วมันไม่วิงน่ะพี่โค้ด ต้องแก้ตรงไหนดูให้หน่อยครับ ได้โปรด



 

คุณ พี่ DS_Ohm ผมอับเว็บขึ้นโฮสแล้วมันไม่วิงน่ะพี่โค้ด ต้องแก้ตรงไหนดูให้หน่อยครับ ได้โปรด

 



Topic : 042762



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



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




มันเป็นแบบนี้ครับ
1
2
..................................................................................................code.....................................
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>เมนูระบบวินิจฉัยโรค</title>
<style type="text/css">
<!--
.style1 {font-size: 12px}
.style20 {
font-size: 16px;
font-weight: bold;
}
.style25 {font-size: 14px}
a:link {
color: #FF6600;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>

<body background="../picture/5.JPG">
<table width="793" border="0" align="center" cellpadding="0" cellspacing="0" background="../picture/back1.JPG">
<!--DWLayoutTable-->
<tr>
<td height="190" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="793" height="155"><img src="../picture/bannerde.gif" width="850" height="190" /></td>
</tr>
</table></td>
</tr>
<tr>
<td height="30" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="793" height="30"><? include "main_menu.php";?></td>
</tr>
</table></td>
</tr>
<tr>
<td width="143" height="1"></td>
<td width="707"></td>
</tr>
<tr>
<td height="376" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="143" height="284" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="140" height="151" valign="top"><table width="119" border="0" background="../picture/back1.JPG">
<!--DWLayoutTable-->
<tr>
<td width="130" height="109"><? include "menu_LL.php";?></td>
<td width="10"></td>
</tr>
<tr>
<td height="34"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="130" height="120">
<param name="movie" value="../flash/clockcalendar.swf" />
<param name="quality" value="high" />
<embed src="../flash/clockcalendar.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="130" height="120"></embed>
</object></td>
<td></td>
</tr>
<tr>
<td height="24"><div align="center"><span class="style1"><img src="../picture/rok.gif" width="130" height="90" /></span></div></td>
<td></td>
</tr>
</table></td>
<td width="3">&nbsp;</td>
</tr>
<tr>
<td height="25"> </td>
<td>&nbsp;</td>
</tr>

</table></td>
</tr>
<tr>
<td height="8"></td>
</tr>
</table></td>
<td valign="top"><table width="100%" height="332" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td width="706" height="19"></td>
</tr>

<tr>
<td height="280" valign="top"><table width="596" border="0" align="center">
<tr>
<td width="590"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><div align="center"><span class="style20">โปรดเลือกข้อมูลระบบโรคและอาการโรค</span></div></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<form id="form1" name="form1" method="post" action="">
<span class="style25">เลือกระบบโรค</span>
<select name="system" id="system" onChange="location.href='Menu.php?SystemDisease_ID='+this.value;" style="width:170px">
<option value="">-- ระบบโรค --</option>
<?
$host="sql111.krubpom.com";
$user="krub_5556249";
$password="5100704n";
$dbname="krub_5556249_db_disease";
@mysql_query("SET NAMES UTF8");
$connection=mysql_connect($host,$user,$password) or die("การติดต่อฐานข้อมูล");
mysql_select_db($dbname) or die("เลือกฐานข้อมูลไม่ได้");
@mysql_query("SET NAMES UTF8");
$sql="select * from system order by SystemDisease_ID ASC";
$dbquery=mysql_db_query($dbname,$sql);
while($result=mysql_fetch_array($dbquery)){
if($SystemDisease_ID == $result[SystemDisease_ID]){ //ดึงค่าใน $cat_id มาดู
?>
<option value="<?=$result[SystemDisease_ID];?>" selected="selected">
<?=$result[SystemDisease_Name];?>
</option>
<?
}else{
?>
<option value="<?=$result[SystemDisease_ID];?>">
<?=$result[SystemDisease_Name];?>
</option>
<?
} }
?>
</select>&nbsp;&nbsp;
<span class="style25">เลือกอาการโรค</span>
<select name="disease" id="disease" onChange="location.href=this.value;" style="width:180px">
<option value="" selected>-- อาการโรค --</option>
<?
if($SystemDisease_ID != ""){ //นำค่า cat_id มาเปรียบเทียบเงือนไขในตารางที่สอง
$host="sql111.krubpom.com";
$user="krub_5556249";
$password="5100704n";
$dbname="krub_5556249_db_disease";
@mysql_query("SET NAMES UTF8");
$connection=mysql_connect($host,$user,$password) or die("การติดต่อฐานข้อมูล");
mysql_select_db($dbname) or die("เลือกฐานยไม่ได้");
$sql_sub="select * from disease where SystemDisease_ID = '$SystemDisease_ID' ";
$dbquery_sub = mysql_db_query($dbname, $sql_sub);
while($result_sub=mysql_fetch_array($dbquery_sub)){
?>
<option value="<?=$result_sub[SystemDisease_ID1];?>">
<?=$result_sub[Disease_Name];?>
</option>
<?
}}
?>
</select>
</form></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td height="48">&nbsp;







</td>
</tr>




</table></td>
</tr>
<tr>
<td height="20" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="850" height="20"><img src="../picture/long.JPG" width="850" height="21" /></td>
</tr>
</table></td>
</tr>
<tr>
<td height="15"></td>
<td></td>
</tr>
</table>

</body>
</html>
.................................................
ขอบคุณล่วงหน้าครับพี่



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-05-12 11:16:56 By : nongnew View : 1031 Reply : 9
 

 

No. 1



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



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


คำถามคืออะไรครับ งง






Date : 2010-05-12 11:32:22 By : naya2007
 


 

No. 2



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



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


คือมันไม่สามารถส่งค่าได้น่ะครับ แต่ตอนข้างล่างมันเลือกได้น่ะครับ ตรงลิสเมนูน่ะครับ
Date : 2010-05-12 11:35:26 By : nongnew
 

 

No. 3



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



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


คำถามคือว่า เมื่อเลือกที่ลิสเมนูแล้ว พอกด sum ก็จะส่งข้อมูลไปหน้าถัดไปใช้ไหมครับ แต่มันส่งไม่ได้ว่างั้นถ้าเป็นแบบนี้ รอแปป พอทำได้
Date : 2010-05-12 11:44:25 By : naya2007
 


 

No. 4



โพสกระทู้ ( 1,242 )
บทความ ( 13 )

สมาชิกที่ใส่เสื้อไทยครีเอท

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

งง เหมือนกัน 555
Date : 2010-05-12 11:47:58 By : DownsTream
 


 

No. 5



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



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


ใช่ๆๆๆครับ
Date : 2010-05-12 12:22:28 By : nongnew
 


 

No. 6



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



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


เลืออันแรกได้ แต่เลือกอันที่ 2 ไม่ได้ครับ ต้องแก้โค้ดตรงไหนครับ
Date : 2010-05-12 12:23:14 By : nongnew
 


 

No. 7



โพสกระทู้ ( 1,242 )
บทความ ( 13 )

สมาชิกที่ใส่เสื้อไทยครีเอท

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

if($SystemDisease_ID != ""){ //นำค่า cat_id มาเปรียบเทียบเงือนไขในตารางที่สอง
	// แก้เป็น
	if($_GET['SystemDisease_ID'] != ""){ //นำค่า cat_id มาเปรียบเทียบเงือนไขในตารางที่สอง

	
$sql_sub="select * from disease where SystemDisease_ID = '$SystemDisease_ID' ";	
	// แก้เป็น
$sql_sub="select * from disease where SystemDisease_ID = '".$_GET['SystemDisease_ID']."' ";

Date : 2010-05-12 15:45:40 By : DownsTream
 


 

No. 8



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



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


ขอบคุณมากๆๆครับพี่
Date : 2010-05-14 20:44:28 By : nongnew
 


 

No. 9



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



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


ผมทำได้แล้วขอบคุณมากๆๆน่ะครับพี่ DS_Ohm
Date : 2010-06-01 20:18:43 By : nongnew
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : คุณ พี่ DS_Ohm ผมอับเว็บขึ้นโฮสแล้วมันไม่วิงน่ะพี่โค้ด ต้องแก้ตรงไหนดูให้หน่อยครับ ได้โปรด
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 อัตราราคา คลิกที่นี่