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

HOME > PHP > PHP Forum > ปรึกษาหน่อยค่ะ เขียนเว็บ php ให้ user ใช้งาน ใช้ไปสักพัก database ค้าง



 

ปรึกษาหน่อยค่ะ เขียนเว็บ php ให้ user ใช้งาน ใช้ไปสักพัก database ค้าง

 



Topic : 096107



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



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




คือเขียนเว็บให้ user ค่ะ user คีย์พร้อมกันประมาณสองคน คีย์ข้อมูลไปสักพักหนึ่ง database ค้าง ไม่สามารถติดต่อกับฐานข้อมูลได้ค่ะ
ไม่ทราบว่าเป็นที่ตัวโค๊ดหรือป่าว ถ้าไม่มีการ Close Connection มีผลไหมค่ะ และมีการส่งค่า GET ทุกหน้า มีผลไหมค่ะ

ขอบคุณค่ะ



Tag : PHP, MySQL, HTML/CSS, JavaScript, jQuery









ประวัติการแก้ไข
2013-06-05 10:15:52
2013-06-05 10:18:16
Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2013-06-05 10:11:01 By : Nicorobin View : 942 Reply : 12
 

 

No. 1



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

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

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

ถ้าเปิด connection แบบ persistence จะมีผลครับ ลองดูว่าเชื่อมต่อด้วยฟังก์ชั่นอะไร
มีคำประมาณ _pconnect อยู่ในชื่อฟังก์ชั่นหรือเปล่า






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:24:40 By : cookiephp
 


 

No. 2



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



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


อันนี้คือโค๊ด ติดต่อฐานข้อมูล ชื่อไฟล์ dbcon.php

Code (PHP)
$db = mysql_connect('localhost', 'root', 'root');
	mysql_query("Use statistic_zone");
	mysql_query("SET NAMES UTF8");
	if(mysql_errno())
	{
		echo "Can't connect to MySQL. Error Message was : ".mysql_error();
		exit;
	}



เวลาเรียกใช้

Code (PHP)
require_once('dbcon.php');

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:27:00 By : Nicorobin
 

 

No. 3



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

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

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

อืม ก็เชื่อมต่อแบบปกติ
งั้นอยู่ที่โค้ดทั้งหมดแล้วล่ะครับ ต้องขอดู
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:29:04 By : cookiephp
 


 

No. 4



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

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

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

แค่ 2 คนนี่แปลกมากเลยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:30:52 By : mr.win
 


 

No. 5



โพสกระทู้ ( 5,146 )
บทความ ( 26 )

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

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


ให้ รีสตาร์ท Service ทั้ง Apache และ Mysql ใหม่ครับ
หรือไม่ก็ดูที่ error.log ดูครับ ว่าเพราะอะไร

บางที Service อาจโดนปิดอัตโนมัติเพราะเหตุผลบางอย่างของ OS ก็เป็นไปได้ครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:37:04 By : deawx
 


 

No. 6



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



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


นั่นสิค่ะ แค่สองคน ก็งงว่าเป็นเพราะอะไร

นี้โค๊ดทั้งหมดค่ะ

Search.php

Code (PHP)
<form id="form2" name="form2" method="post" action="<? echo $PHP_SELF ?>">
  <p align="center">ที่อยู่อาศัย ณ บ้านเลขที่&nbsp;
     <?
	
			 
			  $id=$_POST['select'];
			  $id1=$_GET['id'];
			  $select=fcselect_dis("DISTINCT id,home_id,vi_id,home,division,district","village");
			  ?>
       <select name="select" id="select">
       <?                  
					while($rows = mysql_fetch_array($select))             	
					{ 
					           
					?>
                    <option value="<?=$rows["id"]?>" <? if($id1==$rows["id"]){ echo "selected"; } ?>><?= $rows['home_id']."  หมู่  ". $rows['vi_id']."  บ้าน  ".$rows['home']."  ตำบล ".$rows['division']."  อำเภอ  ".$rows['district']?> </option>         
					<?            
					  }             
					?> 
       </select>
  

     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <input type="submit" name="search" id="button" value="   ค้นหา   " />
     </p>
</form>
<?
if($_POST['search']!=""){
echo "<script language=javascript>location.href='$PHP_SELF?id=$id'</script>";

}
?>


หน้าเพิ่มข้อมูล

Code (PHP)
 ข้อที่ 13 <span class="style5">เครื่องยนต์ตัดหญ้า</span>      </h1>
<p align="center"><? include "search.php"; ?></p>
      <?
			 
if($_GET['id'] !=""){
  
?>
     <form action="insert_mac_m.php" method="post" name="frmMain" class="sidemenu" id="frmMain" >
   
        <table width="95%" border="0" align="center" id="myTbl">
                   <tr id="firstTr">
          <td height="28" ><input name="id" type="text" id="id" style="display:none"   value="<?=$_GET['id'];?>"/>            <div align="left"><span class="style5">เครื่องยนต์ตัดหญ้า&nbsp;&nbsp;
              
                  <select name="mac_type[]" id="mac_type[]">
                    <option value="เครื่องยนต์ตัดหญ้าแบบเดินตาม">เครื่องยนต์ตัดหญ้าแบบเดินตาม</option>
                    <option value="เครื่องยนต์ตัดหญ้าแบบสายสะพาย">เครื่องยนต์ตัดหญ้าแบบสายสะพาย</option>
                    <option>อื่น ๆ</option>
                     </select>
  &nbsp;
  <label>
  <input type="text" name="mac_detail[]" id="mac_detail[]" />
  </label>
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;จำนวน 
              
  &nbsp;
              <input type="text" name="mac_qty[]" id="mac_qty[]" />
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <label>
  <select name="unit[]" id="unit[]">
    <option value="เครื่อง">เครื่อง</option>
    </select>
  </label>
            </span></div></td>
          </tr>
        </table>
     
        <table width="95%" border="0" align="center">
          <tr>
            <td>&nbsp;</td>
            <td >&nbsp;</td>
            <td >&nbsp;</td>
            <td >&nbsp;</td>
          <tr>
            <td width="22%">&nbsp;</td>
            
       <td ><span class="style5 style5">&nbsp;&nbsp;
               <button id="addRow" type="button">&nbsp;&nbsp;+&nbsp;&nbsp;</button>  
        &nbsp;&nbsp;
    <button id="removeRow" type="button">&nbsp;&nbsp;-&nbsp;&nbsp;</button>
   
            </span> </td>
        <td ><span class="style5 style5">&nbsp;&nbsp;</span></td>
         <td ><span class="style5 style5">&nbsp;&nbsp;</span></td>
          <tr>
            <td>&nbsp;</td>
            <td width="30%"><div align="center"><span class="style5">
              <input type="submit" name="save" id="button2" value="    บันทึก    " />
            </span></div></td>
            <td width="30%"><div align="center"><span class="style5">
              <input type="reset" name="cancel" id="button3" value="    ยกเลิก    " onclick="location.href='add_mac_l.php?id=<?=$_GET['id'];?>'"/>
            </span></div></td>
            <td width="18%">&nbsp;</td>
          </tr>
        </table>
      </form>
 <? 
	
       $tb="mac_mowing";
$con="id='".$_GET['id']."'";
$show=fcselectw($tb,$con);

$num_rows=mysql_num_rows($show);


if($num_rows!=0){

?>
      </p>
      <table width="95%" border="0" class="tableindex">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td width="40%">&nbsp;</td>
    <td width="19%">&nbsp;</td>
    <td width="24%">&nbsp;</td>
    <td width="17%"><div align="left"></div></td>
  </tr>
  <?
 
  while($rows = mysql_fetch_array($show))             
	{
	  
	?>
  <tr>
    <td><div align="left"><span class="style5">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;เครื่องตัดหญ้า :&nbsp;&nbsp;<?php echo $rows['mac_type']; ?></span></div></td>
    <td><div align="left"><span class="style5">   <?php echo $rows['mac_detail']; ?></span></div></td>
    <td><div align="left"><span class="style5">จำนวน&nbsp;:&nbsp; <?=$rows['mac_qty'];?>&nbsp;&nbsp;<?=$rows['unit'];?></span></div></td>
    <td><a href="del_tool_dose.php?num=<?=$rows['num'];?>" target="<?=$rows['num'];?>" class="style5" onclick="return confirm('ยื่นยันการลบข้อมูล')"><strong><img src="images/delete-icon.png" width="16" height="16" /></strong></a></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
    <?
  
  }
 
  ?>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<?
}
}
?>


หน้า Insert

Code (PHP)
<?
require_once('dbcon.php');
require_once('function.php');
 for($i=0;$i<count($_POST['mac_type']);$i++){
	if(trim($_POST["mac_type"][$i]) != ""){
	$tb="mac_mowing (id,mac_type,mac_detail,mac_qty,unit)";
	
$value="'".$_POST['id']."','".$_POST['mac_type'][$i]."','".$_POST['mac_detail'][$i]."','".$_POST['mac_qty'][$i]."','".$_POST['unit'][$i]."'";
$add_db=fcinsertrecord($tb,$value);
 if(!$add_db){
	    echo "ไม่สามารถเพิ่มข้อมูลได้กรุณาติดต่อผู้ดูแลระบบ";
		}
		}
		}
		echo "<script language=javascript>location.href='add_mac_l.php?id=$id'</script>";	 
		?>


รบกวนด้วยนะค่ะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:37:07 By : Nicorobin
 


 

No. 7



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

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

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

งืม ไม่มีจุดที่เกี่ยวข้องเลยครับ (แต่จริงๆ จุดที่เกี่ยวของอาจจะอยู่ใน function.php ก็ได้)
อาจจะเป็นแบบที่คุณ deawx ว่านะครับ
ลองทำตามคำแนะนำก่อนเลยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 10:40:58 By : cookiephp
 


 

No. 8



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



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


รีสตาร์ท Apache และ Mysql แล้ว พอใช้ไปสักพักก็เป็นอีกค่ะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 15:26:26 By : Nicorobin
 


 

No. 9



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

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

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

ดูใน Log ของ MySQL ครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 15:28:31 By : mr.win
 


 

No. 10



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



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


ช่วยดูหน่วยค่ะ

ERROR.LOG
Code
[Wed Jun 05 00:07:27 2013] [error] [client 65.55.215.93] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 00:57:36 2013] [error] [client 157.56.93.201] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 01:44:35 2013] [error] [client 199.30.20.56] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 02:12:07 2013] [error] [client 65.55.215.106] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 02:29:20 2013] [error] [client 199.30.16.22] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 02:53:13 2013] [error] [client 65.55.215.79] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 03:04:17 2013] [error] [client 65.55.215.81] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 03:06:15 2013] [error] [client 65.55.215.37] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 04:21:01 2013] [error] [client 65.55.215.58] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 04:43:21 2013] [error] [client 157.56.92.159] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 04:44:26 2013] [error] [client 157.56.92.159] File does not exist: E:/xampp/htdocs/web/attachments/113_promote.doc.doc [Wed Jun 05 13:24:25 2013] [error] [client 66.249.77.218] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Company-History-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Technology-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Development-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Research-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/New-Products-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Equipment-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Careers-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Info-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:00 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Testimonials-over.gif, referer: http://research.pbru.ac.th/e-research/ [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Company-History-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Technology-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Development-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Research-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/New-Products-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Equipment-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Careers-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Info-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:07 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Testimonials-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Company-History-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Technology-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Development-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Research-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/New-Products-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Equipment-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Careers-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Info-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:16 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Testimonials-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=3&vh=3 [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Company-History-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Technology-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Development-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Research-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Equipment-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/New-Products-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Careers-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Info-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:28 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Testimonials-over.gif, referer: http://research.pbru.ac.th/e-research/res.php [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Company-History-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Technology-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Development-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Research-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/New-Products-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Equipment-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Careers-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Info-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:28:30 2013] [error] [client 125.27.164.26] File does not exist: E:/xampp/htdocs/e-research/images/Testimonials-over.gif, referer: http://research.pbru.ac.th/e-research/select_year.php?con_type=4&budget=4 [Wed Jun 05 13:43:33 2013] [error] [client 199.30.16.36] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 14:02:33 2013] [warn] pid file E:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Wed Jun 05 14:02:33 2013] [notice] Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.6 configured -- resuming normal operations [Wed Jun 05 14:02:33 2013] [notice] Server built: Jun 14 2008 19:02:12 [Wed Jun 05 14:02:33 2013] [notice] Parent: Created child process 1820 [Wed Jun 05 14:02:34 2013] [notice] Child 1820: Child process is running [Wed Jun 05 14:02:34 2013] [notice] Child 1820: Acquired the start mutex. [Wed Jun 05 14:02:34 2013] [notice] Child 1820: Starting 250 worker threads. [Wed Jun 05 14:02:34 2013] [notice] Child 1820: Starting thread to listen on port 80. [Wed Jun 05 14:02:34 2013] [notice] Child 1820: Starting thread to listen on port 443. [Wed Jun 05 14:05:20 2013] [error] [client 157.55.35.109] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 14:35:57 2013] [error] [client 199.30.16.24] File does not exist: E:/xampp/htdocs/robots.txt [Wed Jun 05 14:46:06 2013] [error] [client 66.249.74.229] File does not exist: E:/xampp/htdocs/web/attachments/209_farther.pdf [Wed Jun 05 14:46:50 2013] [error] [client 157.55.32.106] File does not exist: E:/xampp/htdocs/web/attachments/142_Program_28-05-54.pdf

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 15:59:25 By : Nicorobin
 


 

No. 11



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

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

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

อันนี้มันของ Apache หรือเปล่าครับ มีของ MySQL ไหม๊ครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 16:01:40 By : mr.win
 


 

No. 12



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



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


MYSQL Error ค่ะ

Code
130605 14:01:14 [Note] E:\xampp\mysql\bin\mysqld-nt.exe: Normal shutdown 130605 14:01:15 InnoDB: Starting shutdown... 130605 14:01:16 InnoDB: Shutdown completed; log sequence number 0 43675 130605 14:01:16 [Note] E:\xampp\mysql\bin\mysqld-nt.exe: Shutdown complete 130605 14:02:31 InnoDB: Started; log sequence number 0 43675 130605 14:02:32 [Note] E:\xampp\mysql\bin\mysqld-nt.exe: ready for connections. Version: '5.0.67-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2013-06-05 19:52:44 By : Nicorobin
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ปรึกษาหน่อยค่ะ เขียนเว็บ php ให้ user ใช้งาน ใช้ไปสักพัก database ค้าง
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่