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 > พี่ ๆ ครับช่วยผมทีครับเรื่องรันบน เซิฟเวอร์ครับ คือว่าผมได้รับมองให้ทำงาน



 

พี่ ๆ ครับช่วยผมทีครับเรื่องรันบน เซิฟเวอร์ครับ คือว่าผมได้รับมองให้ทำงาน

 



Topic : 036021

Guest




คือว่าผมได้รับมองให้ทำงาน ชิ้นหนึ่งชื่อว่าระบบลงทะเบียนเข้างานศิษย์เก่า
ซึ่งในระบบประกอบไปด้วยส่วนสำคัญคือ
-ส่วนลงทะเบียนของผู้ประสานงาน
-ส่วนหลังบ้าน
ซึ่งส่วนที่มีปัญหาก็คือส่วนลงทะเบียนครับ
คือผมทำหน้าฟอร์ม ซึ่งหน้าฟอร์มก็ส่งค่าไปอีกหน้าเพื่อเอาข้อมูลลงฐานข้อมูลซึ่งหน้านี้แหละครับที่มันไม่ยอมทำงานพอเวลาอัพขึ้นเซฟเวอร์จริงอะครับ
ซึ่งใช้เซฟเวอร์ของมหาวิทยาลัยครับ

พี่ ๆลองดูโค็ตและตัวอย่างหน้าที่มันจะต้องรันได้นะครับ


Code หน้าฟอร์มครับ หน้านี้ไม่มีปัญหาครับเพียงให้ดูว่าหน้าแรกคือหน้านี่ครับเป็นฟอร์มรับข้อมูลครับ
<?php
	 @session_start();  //เปิดการใช้ session โดยการรับค่า username มาครับ
			$username=$_SESSION['username'];
	        $password=$_SESSION['password']; 
		if(!isset($_SESSION['username']) and !isset($_SESSION['password'])){
			header ("Location: L041n.php") ;
			exit();
		} 
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>::::ระบบลงทะเบียนศิษย์เก่า ศวท.::::</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationTextarea.js" type="text/javascript"></script>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryValidationTextarea.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="maintopPan">
  <div id="maintopPanOne">
   <div id="topHeaderPan">
   		<a href="index.html"><img src="images/logo.jpg" title="Cool Web" alt="Cool Web" width="220" height="53" border="0" /></a> 
			<ul>
				<li><a href="object.php"><span id="result_box2"><span title="วัตถุประสงค์การจัดงาน" closure_hashcode_56o22c="35">Objectives</span></span></a></li>
				<li><a href="proCess_as_PerSonViEw.php"><span id="result_box"><span title="รายชื่อศิษย์เก่าที่ลงทะเบียนแล้ว" closure_hashcode_56o22c="27">Alumni List</span></span></a></li>
				<li><a href="lOAd.php"><span title="คำแนะนำสำหรับศิษย์เก่า/ผู้ประสานงาน/เจ้าหน้าที่">Advice</span></a></li>
				<li><a href="L041n.php"><span title="login เข้าระบบผู้ประสานงานรุ่นและเจ้าหน้าที่งานกิจการนิสิต" >Login Member</a></li>
			</ul>
</div>
		<div id="topSidemenuPan">
		<ul>
			<li class="home"><a href="index.php">Home</a></li>
			<li class="contact"><a href="http://www.facebook.com/home.php?#/profile.php?ref=profile&id=100000536622287">Contact</a></li>
		</ul>	
		</div>
  </div>
    
</div>

<div id="bodyPan2">
  <div>
    <div align="center" id="bodyPan">
      <div>
        <form action="proCess_as_no1.php" method="post"> //อันนี้คือส่วนหัวของฟอร์มที่่ทำการส่งค่าไปให้หน้า proCess_as_no1.php เพื่อให้ประมวลผลครับ
        <table width="1312" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="1312" align="left">
            <table width="841" border="0" cellspacing="0" cellpadding="0">
	  <tr>
	    <td width="65"><a href="mEnU.php">หน้าเมนู</a></td>
        <td width="91"><a href="as_no1.php">ลงทะเบียนเพิ่ม</a></td>
	    <td width="220">|<a href="proCess_as_ViEw_fRienD.php">ดูรายชื่อผู้ติดตาม/เลขบัตรเข้างาน</a></td>
        <td width="246">|<a href="proCess_as_ViEw.php">ดูรายชื่อสมาชิกศิษย์เก่า/เลขบัตรเข้างาน</a></td>
	    <td width="113">|<a href="aS_yEs_sLip.php">แจ้งการโอนเงิน</a></td>
	    <td width="106"><a href="process_logout.php">|Log Out</a></td>
	    </tr>
	  <tr>
	    <td colspan="4"><div align="left">คุณ  
	      <?php  echo "$username"?>
	      &nbsp;&nbsp;กำลังทำรายการอยู่ที่หน้าลงทะเบียนผู้เข้างาน</div></td>
	    <td>&nbsp;</td>
	    </tr>
	  </table>
            <table width="754" border="1" cellspacing="0" cellpadding="0">
              <tr>
                <td colspan="3"><div align="center"></div>                  
<div align="center"></div>                  <div align="center"></div>                  
<div align="center"></div>                  <div align="center"></div>                  
<div align="center"></div>                  <div align="center"></div>                  
<div align="center"></div>                  <div align="center"></div></td>
                </tr>
              <tr>
                <td width="190" height="24"><div align="right">ชื่อ-สกุล*</div></td>
                <td width="299"><span id="sprytextfield1">
                  <label>
                     &nbsp;
                     <input type="text" name="name" id="text1" />
                  </label>
                  <span class="textfieldRequiredMsg">ใส่ชื่อค่ะ</span></span></td>
                <td width="257" rowspan="14"></td>
                </tr>
              <tr>
                <td><div align="right">สาขาวิชา*</div></td>
                <td><span id="spryselect1">
                  <label>
                    &nbsp;
                    <select name="major" id="select1">
                      <option>---สาขา---</option>
                      <option value="1">วิทยาศาสตร์ทั่วไป</option>
                      <option value="2">ภาษาอังกฤษ</option>
                      <option value="3">วิทยาการคอมพิวเตอร์</option>
                      <option value="4">เทคโนโลยีสารสนเทศ</option>
                      </select>
                    </label>
                  <span class="selectRequiredMsg">Please select an item.</span></span>&nbsp;</td>
                </tr>
              <tr>
                <td><div align="right">ที่อยู่ที่ติดต่อได้*</div></td>
                <td>&nbsp;<span id="sprytextarea1">
                  <label>
                    <textarea name="address" id="textarea1" cols="15" rows="2"></textarea>
                    </label>
                  <span class="textareaRequiredMsg">ใส่ที่อยู่ค่ะ</span></span></td>
                </tr>
              <tr>
                <td><div align="right">วันเดือนปีเกิด*</div></td>
                <td><span id="sprytextfield8">
                <label>
                  &nbsp;
                  <input type="text" name="day" id="text8" />
                </label>
                <span class="textfieldRequiredMsg">ใส่วันเกิดด้วยค่ะ</span><span class="textfieldInvalidFormatMsg">yyyy-mm-dd</span></span></td>
              </tr>
              <tr>
                <td><div align="right">สถานที่ทำงาน*</div></td>
                <td>&nbsp;<span id="sprytextfield2">
                  <label>
                    <input type="text" name="workplace" id="text2" />
                    </label>
                  <span class="textfieldRequiredMsg">ใส่ด้วยนะค่ะ</span></span></td>
                </tr>
              <tr>
                <td><div align="right">ตำแหน่ง</div></td>
                <td>&nbsp;<span id="sprytextfield3">
                  <label>
                    <input type="text" name="position" id="text3" />
                    </label>
                  <span class="textfieldRequiredMsg">ใส่หน่อยค่ะ</span></span></td>
                </tr>
              <tr>
                <td><div align="right">Tel.บ้าน</div></td>
                <td>&nbsp;<span id="sprytextfield4">
                  <label>
                    <input type="text" name="home" id="text4" />
                    <span class="textfieldInvalidFormatMsg">Invalid format.</span></label>
</span></td>
                </tr>
              <tr>
                <td><div align="right">Tel.mobile*</div></td>
                <td>&nbsp;<span id="sprytextfield5">
                  <label>
                    <input type="text" name="tel" id="text5" />
                    </label>
                  <span class="textfieldRequiredMsg">ใส่ข้อมูลค่ะ</span><span class="textfieldInvalidFormatMsg">08xxxxxxxx</span></span></td>
                </tr>
              <tr>
                <td><div align="right">E-mail*</div></td>
                <td>&nbsp;<span id="sprytextfield6">
                  <label>
                    <input type="text" name="email" id="text6" />
                    </label>
                  <span class="textfieldRequiredMsg">ใส่ด้วยค่ะ</span><span class="textfieldInvalidFormatMsg">รูปแบบผิดนะ</span></span></td>
                </tr>
              <tr>
                <td><div align="right">มีความประสงค์บริจาคเพิ่ม</div></td>
                <td>&nbsp;<span id="sprytextfield7">
                  <label>
                    <input type="text" name="money" id="text7" />
                    </label>
</span>บาท</td>
                </tr>
              <tr>
                <td><div align="right">ชื่อผู้ติดตาม(ถ้าไม่มีให้เว้นว่างไว้ค่ะ)</div></td>
                <td> &nbsp;<span id="sprytextfield9">
                  <label>
                    <input type="text" name="friend" id="text9" />
                  </label>
</span></td>
                </tr>
              <tr>
               <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                </tr>
              <tr>
                <td><div align="right">
                  <label>
                    <input type="submit" name="button" id="button" value="Submit" />
                  </label>
                </div></td>
                <td><label>
                  <input type="reset" name="button2" id="button2" value="Reset" />
                </label></td>
                </tr>
              <tr>
                
                </tr>
            </table></td>
          </tr>
        </table>
</form>
        </table>
      </div>
    </div>
    <p>
</p>
<p></p>	
  </div>
</div>

<div id="footermainPan">
<div><SCRIPT  src="http://websociety.biz/free-counter/counter.php?User=leehoon5&num_type=1"></SCRIPT>
</div>
  <div id="footerPan">
  	<a href="index.php"><img src="images/footerlogo.gif" title="คณะศิลปศาสตร์และวิทยาศาสตร์" alt="คณะศิลปศาสตร์และวิทยาศาสตร์" width="218" height="52" border="0" /></a>
  	<ul>
  	<li><a href="index.php">Home</a>| </li>
  	<li><a href="object.php">วัตถุประสงค์การจัดงาน</a> | </li>
  	<li><a href="proCess_as_PerSonViEw.php">รายชื่อศิษย์เก่าที่ลงทะเบียนแล้ว</a>| </li>
  	<li><a href="L041n.php">เข้าสู่ระบบ</a>| </li>
	</ul>
  <p class="copyright">&copy;Kritsanakron Sripinpao ComputerScience No.6. All rights reserved.</p>
  <ul class="templateworld">
    <li>Design By:</li>
	<li><a href="http://www.facebook.com/home.php?ref=home#/DJ.JACKkumusicmax?ref=profile" target="_blank">ComputerScience</a></li>
  </ul>
  </div>
</div>
<script type="text/javascript">
<!--
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["change"]});
var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1", {validateOn:["change"]});
var sprytextarea1 = new Spry.Widget.ValidationTextarea("sprytextarea1", {validateOn:["change"]});
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "none", {validateOn:["change"]});
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "none", {validateOn:["change"]});
var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "integer", {isRequired:false, validateOn:["change"]});
var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "phone_number", {validateOn:["change"], format:"phone_custom", pattern:"0800000000"});
var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6", "email", {validateOn:["change"]});
var sprytextfield7 = new Spry.Widget.ValidationTextField("sprytextfield7", "none", {isRequired:false});
var sprytextfield8 = new Spry.Widget.ValidationTextField("sprytextfield8", "date", {validateOn:["change"], format:"yyyy-mm-dd"});
var sprytextfield9 = new Spry.Widget.ValidationTextField("sprytextfield9", "none", {isRequired:false});
//-->
</script>
</body>
</html>



โดยหน้าฟอร์มมีรูปดังนี้อะครับ

1
หน้านี้เป็นหน้าที่เป็นโค๊ดส่งข้อมูลที่รับมาจากหน้าฟอร์มส่งเข้าฐานข้อมูลและนำข้อมูลจากฐานข้อมูลออกมาแสดงเลยครับอันนี้ที่มีปัญหาครับ
<?php
	 @session_start();
			$username=$_SESSION['username'];
	        $password=$_SESSION['password']; 
		if(!isset($_SESSION['username']) and !isset($_SESSION['password'])){
			header ("Location: L041n.php") ;
			exit();
		}  ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>::::ระบบลงทะเบียนศิษย์เก่า ศวท.::::</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="maintopPan">
  <div id="maintopPanOne">
   <div id="topHeaderPan">
   		<a href="index.html"><img src="images/logo.jpg" title="Cool Web" alt="Cool Web" width="220" height="53" border="0" /></a> 
			<ul>
				<li><a href="object.php"><span id="result_box2"><span title="วัตถุประสงค์การจัดงาน" closure_hashcode_56o22c="35">Objectives</span></span></a></li>
				<li><a href="proCess_as_PerSonViEw.php"><span id="result_box"><span title="รายชื่อศิษย์เก่าที่ลงทะเบียนแล้ว" closure_hashcode_56o22c="27">Alumni List</span></span></a></li>
				<li><a href="lOAd.php"><span title="คำแนะนำสำหรับศิษย์เก่า/ผู้ประสานงาน/เจ้าหน้าที่">Advice</span></a></li>
				<li><a href="L041n.php"><span title="login เข้าระบบผู้ประสานงานรุ่นและเจ้าหน้าที่งานกิจการนิสิต" >Login Member</a></li>
			</ul>
</div>
		<div id="topSidemenuPan">
		<ul>
			<li class="home"><a href="index.php">Home</a></li>
			<li class="contact"><a href="http://www.facebook.com/home.php?#/profile.php?ref=profile&id=100000536622287">Contact</a></li>
		</ul>	
		</div>
  </div>
    
</div>

<div id="bodyPan2">
  <div>
    <div align="center" id="bodyPan">
      <div>
	
	
	<table width="841" border="0" cellspacing="0" cellpadding="0">
	  <tr>
	    <td width="65"><a href="mEnU.php">หน้าเมนู</a></td>
        <td width="91"><a href="as_no1.php">ลงทะเบียนเพิ่ม</a></td>
	    <td width="220">|<a href="proCess_as_ViEw_fRienD.php">ดูรายชื่อผู้ติดตาม/เลขบัตรเข้างาน</a></td>
        <td width="246">|<a href="proCess_as_ViEw.php">ดูรายชื่อสมาชิกศิษย์เก่า/เลขบัตรเข้างาน</a></td>
	    <td width="113">|<a href="aS_yEs_sLip.php">แจ้งการโอนเงิน</a></td>
	    <td width="106"><a href="process_logout.php">|Log Out</a></td>
	    </tr>
	  <tr>
	    <td colspan="4"><div align="left">คุณ  
	      <?php  echo "$username"?>
	      &nbsp;&nbsp;กำลังทำรายการอยู่ที่หน้าเสร็จสิ้นการบันทึกรายชื่อสมาชิกค่ะ</div></td>
	    <td>&nbsp;</td>
	    </tr>
	  </table>
<?php 
/* @session_start();
			$username=$_SESSION['username'];
	        $password=$_SESSION['password'];   */
			
if ($username=='sahachon' or $password=='Mk1Lsh')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php"; 
$idcard=$n_id;
$idcf=$n_ida; 
$sql = "INSERT INTO member VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
            <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } else if ($username=='noppadon' or $password=='Nga2Ln')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;
$sql = "INSERT INTO member2 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
             <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member2 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
            <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } else if ($username=='rithai')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;
$sql = "INSERT INTO member3 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member3 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
           <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } else if ($username=='sira')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;
$sql = "INSERT INTO member4 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member4 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
           <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } else if ($username=='panormas')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;
$sql = "INSERT INTO member5 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member5 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
           <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } else if ($username=='lakkana')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;
$sql = "INSERT INTO member6 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member6 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
            <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } else if ($username=='noppon' or $username=='apichai')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;	
$sql = "INSERT INTO member7 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member7 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
           <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php }  else if ($username=='wipawadee')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;
$sql = "INSERT INTO member8 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member8 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
            <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } else if ($username=='tipat' or $username=='kanin')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;	
$sql = "INSERT INTO member9 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member9 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
            <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } if ($username=='itsarapong' or $username=='kajonsak' or $username=='umnad')	{
$name=$_POST['name'];
$major=$_POST['major'];
$address=$_POST['address'];
$day=$_POST['day'];
$workplace=$_POST['workplace'];
$position=$_POST['position'];
$home=$_POST['home'];
$tel=$_POST['tel'];
$email=$_POST['email'];
$money=$_POST['money'];
$friend=$_POST['friend'];
$cons=600;
$sum=$cons+$money;
include "connect.php";
include "test.php";
include "test2.php";
$idcard=$n_id;
$idcf=$n_ida;
$sql = "INSERT INTO member10 VALUES ('','$name','$major','$address','$day','$workplace','$position','$home','$tel','$email','$sum','$idcard','$friend','$idcf')";  
$result1 = mysql_db_query($dbname,$sql);
?>
        <table width="857" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="32" bgcolor="#84E003"><div align="center">ที่</div></td>
            <td width="168" bgcolor="#84E003"><div align="center">ชื่อ-สกุล</div></td>
            <td width="133" bgcolor="#84E003"><div align="center">สาขา</div></td>
            <td width="123" bgcolor="#84E003"><div align="center">โทร</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">บริจาค</div></td>
            <td width="90" bgcolor="#84E003"><div align="center">ค่าลงทะเบียนผู้ติดตาม</div></td>
            <td width="84" bgcolor="#84E003"><div align="center">รวมทั้งสิ้น</div></td>
            <td width="106" bgcolor="#84E003"><div align="center">เลขบัตรเข้างาน</div></td>
         
          </tr>
          <?php 
  $count=0;
  $cons=600;
  include "connect.php";
  $sql3="select * from member10 order by id";
    $result2=mysql_db_query($dbname,$sql3);
  while($record=mysql_fetch_array($result2)){
	  $count++;
	  ?>
          <tr>
            <td><?php if ($record[name]==""){echo "";}else echo $count?></td>
            <td><?php echo $record[name]?></td>
            <td><?php	if($record[major]==1){echo 'วิทยาศาสตร์ทั่วไป';}
				if ($record[major]==2){echo 'ภาษาอังกฤษ';}
				if ($record[major]==3){echo 'วิทยาการคอมพิวเตอร์';}
				if ($record[major]==4){echo 'เทคโนโลยีสารสนเทศ';}
		?></td>
            <td><?php echo $record[tel]?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[sum]-$cons ?></td>
            <td><?php if ($record[friend]==""){echo "0";}else echo "200" ?></td>
            <td><?php if ($record[friend]==""){echo $record[sum];}else echo $record[sum]+200 ?></td>
            <td><?php if ($record[name]==""){echo "";}else echo $record[idcard]?></td>
            
          </tr><? }
	mysql_close();?>
        </table><?php } 
		?>
      </div>
    </div>
    <p>
</p>
<p></p>	
  </div>
</div>

<div id="footermainPan">
<div><SCRIPT  src="http://websociety.biz/free-counter/counter.php?User=leehoon5&num_type=1"></SCRIPT>
</div>
  <div id="footerPan">
  	<a href="index.php"><img src="images/footerlogo.gif" title="คณะศิลปศาสตร์และวิทยาศาสตร์" alt="คณะศิลปศาสตร์และวิทยาศาสตร์" width="218" height="52" border="0" /></a>
  	<ul>
  	<li><a href="index.php">Home</a>| </li>
  	<li><a href="object.php">วัตถุประสงค์การจัดงาน</a> | </li>
  	<li><a href="#">รายชื่อศิษย์เก่าที่ลงทะเบียนแล้ว</a>| </li>
  	<li><a href="L041n.php">เข้าสู่ระบบ</a>| </li>
	</ul>
  <p class="copyright">&copy;Kritsanakron Sripinpao ComputerScience No.6. All rights reserved.</p>
  <ul class="templateworld">
    <li>Design By:</li>
	<li><a href="http://www.facebook.com/home.php?ref=home#/DJ.JACKkumusicmax?ref=profile" target="_blank">ComputerScience</a></li>
  </ul>
  </div>
</div>
</body>
</html>



คือว่าถ้ารันในเครื่องของผมมันขึ้นข้อมูลตามที่ทำไว้แบบนี้ครับคืออันนี้ถูก แต่อันที่รันในเซิฟเวอร์คือรูปถัดไปครับ
***ผลรันจากในเครื่อง***
2
****รูปล่างนี้คือรูปที่พอรันจากเซิฟเวอร์แล้วมันไม่เกิดอะไรขึ้นเลยครับผมแก้มานานแล้วครับจนเจ้าหน้าที่เค้าโทรมาว่าผมแล้วครับ***
3
ไงรบกวนพี่ ๆ ใจดีช่วยผมทีนะครับ

ขอบคุณล่วงหน้าครับพี่



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2009-12-20 14:31:56 By : leehoon5 View : 1204 Reply : 12
 

 

No. 1



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

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

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

all in one จริงๆ

$sql3 นี่มีเต็มไปหมดเลย เห่อๆ เกี่ยวไหมนะ
ชื่อ ตาราง $member,2,3,4,5,6,7,8-10 ตั้งชื่อได้สุดยอดครับ

แยกเป็นส่วนย่อยๆ แล้วค่อย include มาทีละส่วนดีกว่าไหมครับจะได้ debug ได้ง่ายๆ






Date : 2009-12-20 14:50:18 By : peterxp
 


 

No. 2



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



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

แล้วจะต้องเปลี่ยนตัวแปล sql3 ด้วยหรือเปล่าครับ

ให้ไม่เหมือนกัน มันจะมีผลหรือเปล่าอะฮะ
Date : 2009-12-20 14:55:54 By : leehoon5
 

 

No. 3



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



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

แยกให้เป็นฟังก์ชั่นและค่อยดึงมาใช้อะคะ

มานก็ยังไม่ได้ค่ะ
Date : 2009-12-20 16:08:01 By : leehoon5
 


 

No. 4



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



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

ช่วยหน่อยเถอะค่ะ
Date : 2009-12-20 17:38:43 By : leehoon5
 


 

No. 5



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

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

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

*.* โพสแรกๆก็มาครับตลอดน่ะ ทำไมไงท้ายๆ ลงค่ะ ละ

ตรงรูปที่เขียนว่า ข้อมูลไม่ยอมขึ้นอะครับ อะไรไม่ขึ้นครับ ใช่ตารางหรือเปล่า แม้แต่ หัวของตารางก็ไม่ขึ้นหรอ (ที่,ชื่อ-สกุล,สาขา,... )
Date : 2009-12-20 17:48:23 By : xbeginner01
 


 

No. 6



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

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

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


บอกตรงๆนะครับ ตาลายมากกมาย ยังแก้โค้ดตัวเองยังไม่เสร็จเลย ห้า ห้า ห้า บีจัดการเลยเพื่อนรัก ห้า ห้า ห้า
Date : 2009-12-20 17:56:14 By : somparn
 


 

No. 7



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

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

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

พอดีเห็นลงท้ายด้วยค่ะ เลยคิดอยากช่วยขึ้นมา 555+
ไม่ใช่แหล่ะ พอดีก็ยุ่งๆกับงานตัวเองอยู่ โค้ดยาวๆต้องดึกๆ ถึงจะอ่านให้ได้ *.*

บรรทัดที่ 597 เช็คดูครับว่ามันเข้า if นี้หรือเปล่า
บรรทัดที่ 611-613 เช็คดูข้างในไฟล์ include ดุครับมีไรผิดพลาดเปล่า
บรรทัดที่ 616 ลอง echo $sql ดูครับว่าตัวแปรส่งค่าครบเปล่าโดยเฉพาะ day
บรรทัดที่ 617 $result1 = mysql_db_query($dbname,$sql); ใส่ mysql_error() ไปด้วครับ
$result1 = mysql_db_query($dbname,$sql) or die(mysql_error()); ลองดูครับเผื่อมีปัญหาตรงนี้
บรรทัดที่ 634 ไม่ต้อง include "connect.php" แล้วครับ เพราะบรรทัด 611 include มาแล้ว

แถวนี้ก็ไม่ขึ้นหรอ
กกก
เป็นไปได้อาจไม่เข้าเงื่อนไขเลยตรงบรรทัดที่ 597
ทุกอย่างต้องลองเช็คครับ ตรงไหนที่สงสัยก็ echo ทดสอบ ตรงไหนที่คิดว่ามีปัญหาก็ใช้ comment ปิดไว้ก่อน เด่วก็เจอครับ
Date : 2009-12-20 18:54:04 By : xbeginner01
 


 

No. 8



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



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

ขอบคุณนะค่ะ

เดี๋ยวจะลองดูใหม่นะค่ะ

พรุ่งนี้ต้องส่งงานด้วยอะคะ

สงสัยวันนี้เช้าเหมือนเคยอะค่ะ

อิอิอิ
Date : 2009-12-20 19:32:38 By : leehoon5
 


 

No. 9



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



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

ลองแล้วอะค่ะแต่่พออัพไปที่ เซิฟเวอร์
ก็เป็นเหมือนเดิมค่ะ ทำไงดีคะ
Date : 2009-12-21 04:55:49 By : leehoon5
 


 

No. 10



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



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

ทำไมตอนทำในเครื่องถึงทำได้อะคะแล้วพออัพขึ้นเซิฟเวอร์ถึงไงเป็นเหมือนเดิมไม่แสดงแม้กระทั้งหัวข้อตารางคะ
Date : 2009-12-21 05:20:54 By : leehoon5
 


 

No. 11



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



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


ลองเช็คดูดีรึยังครับว่าอัพ File ขึ้นไปบนถูกที่รึเปล่าครับ ลองเช็คดูจากวันที่ File โดนแก้ไขก็ได้น่ะครับ อาจจะอัพขึ้นไปผิดที่ก็ได้นะครับ

ปล. จะเขียน ครับ หรือ ค่ะ ผมก็ว่าคนที่ช่วยก็มีเท่าๆกันน่ะครับ เราไม่ได้เลือกช่วยแต่ผู้ชายหรือหญิงหนิครับ
แต่ถ้าจะให้เขียนตอบด้วยคำว่าค่ะ เดี้ยนก็ยินดีค่ะ(เอาแบบฮาๆน่ะครับ อย่าคิดมาก)
Date : 2009-12-21 06:00:59 By : debutant
 


 

No. 12



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



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

อะคร้า ยังมะได้นอนเลยอะคะ

เพราะแก้มาตั้งแต่เมื่อเย็นวานแล้วอะคะ

เซง
Date : 2009-12-21 06:20:58 By : leehoon5
 

   

ค้นหาข้อมูล


   
 

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