ขอความกรุณาผู้รู้ช่วยดู code ให้หน่อยค่ะ
<body>
<?
include("config.inc.php");
$sql="SELECT replace(idstudent,'$m','<b>$m</b>'),s.idstudent,s.idtitlename, s.fristname, s.lastname, m.namefaculty, f.namefield, s.address, s.tel FROM tb_student AS s, tb_filed AS f, tb_faculty AS m, tb_titlename AS t WHERE s.idfield = f.idfield AND f.idfaculty = m.idfaculty AND s.idtitlename = t.idtitlename and idstudent = '$idstudent' ";
//echo $sql;
$r=mysql_query($sql);
?>
<? while($f=mysql_fetch_array($r)){
$idtitlename =$f['idtitlename'];
$fristname =$f['fristname'];
$lastname =$f['lastname'];
$namefield =$f['namefield'];
$address1 =$f['address'];
$tel1 =$f['tel'];
?>
<? } ?>
<?
include("config.inc.php");
$sql="SELECT s.idestablishment,s.nameestablishment,s.address,s.tel,p.nameprovince,s.email FROM $tb_establishment AS s,$tb_province AS p WHERE s.idprovince = p.idprovince and nameestablishment Like '%$nameestablishment%' ";
//echo $sql;
$a=mysql_query($sql);
?>
<? while($d=mysql_fetch_array($a)){
$nameestablishment=$d['nameestablishment'];
$address=$d['address'];
$tel=$d['tel'];
$nameprovince = $d['nameprovince'];
$email = $d['email'];
?>
<? }?>
</p>
<form action=""method="post" name="form1" id="form1">
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#00CC99" class="style63"><div align="center" class="style72">ข้อมูลการฝึกงาน</div></td>
</tr>
</table>
<table width="96%" height="467" align="center" cellpadding="0" cellspacing="0" bordercolor="#0000FF">
<tr>
<td width="22%" height="30" class="style62"><div align="right" class="style68">ปีการศึกษา :</div></td>
<td width="3%" class="style57"> </td>
<td width="75%" class="style57"><span class="style24">
<label></label>
</span>
<label></label>
<span class="style24">
<label></label>
</span><span class="style24">
<label></label>
</span>
<input name="academicyear" type="text" id="academicyear" size="10" /> </td>
</tr>
<tr>
<td height="30" class="style62"><div align="right" class="style68">รหัสนักศึกษา :</div></td>
<td class="style57"> </td>
<td class="style57"><span class="style24">
<label></label>
</span>
<label></label>
<span class="style24">
<label></label>
</span><span class="style24">
<label></label>
</span>
<div align="left">
<span class="style69">
<input name="idstudent2" type="text" value="<? echo $_GET['idstudent']?>" />
</span>
<input name="CONTENT" type="button" class="txtcontent" value="ค้นหา" onClick="window.location.href ='selectstudent.php'"/>
</div></td>
</tr>
<tr>
<td height="26" class="style62"><div align="right" class="style68">คำนำหน้า :</div></td>
<td class="style57"> </td>
<td class="style74"><div><span class="style24">
<label> </label>
</span>
<label></label>
<label></label>
<label>
<input name="idtitlename" type="radio" value="1" <? if($idtitlename==1){?>checked<? }?> />
นาย <span class="style59"> </span></label>
<span class="style69">
<label></label>
</span>
<label></label>
<input name="idtitlename" type="radio" value="2" <? if($idtitlename==2){?>checked<? }?>/>
นาง <span class="style69"> </span>
<input name="idtitlename" type="radio" value="3" <? if($idtitlename==3){?>checked<? }?>/>
นางสาว<span class="style69"> </span> </div></td>
</tr>
<tr>
<td height="36" class="style62"><div align="right" class="style68">ชื่อ-สกุล :</div></td>
<td class="style57"> </td>
<td class="style57"><span class="style24">
<label></label>
</span>
<label>
<input name="fristname" type="text" value="<?= $fristname?>" />
</label>
<label>
<input name="lastname" type="text" value="<?= $lastname?>"/>
</label> </td>
</tr>
<tr>
<td height="30" class="style62"><div align="right" class="style68">สาขาวิชา :</div></td>
<td class="style57"> </td>
<td class="style57"><span class="style24">
<label></label>
</span>
<label></label>
<span class="style24">
<label></label>
</span><span class="style24">
<label></label>
</span>
<input name="namefield" type="text" id="namefield" value="<?= $namefield?>"/></td>
</tr>
<tr>
<td height="30" class="style62"><div align="right" class="style68">ที่อยู่ : </div></td>
<td class="style57"> </td>
<td class="style57"><span class="style24">
<label></label>
</span>
<textarea name="address" cols="25" rows="5" id="address"><?= $address1?>
</textarea></td>
</tr>
<tr>
<td height="41" class="style62"><div align="right" class="style68">เบอร์โทรศัพท์ : </div></td>
<td class="style57"> </td>
<td class="style57"><span class="style24">
<label></label>
</span>
<input name="tel2" type="text" id="tel2" value="<?= $tel1?>"/></td>
</tr>
<tr>
<td width="22%" height="30" class="style62"><div align="right" class="style68">ชื่อสถานประกอบการ :</div></td>
<td width="3%" class="style57"> </td>
<td width="75%" class="style57"><span class="style24">
<label></label>
</span>
<label></label>
<span class="style24">
<label></label>
</span><span class="style24">
<label></label></span>
<div align="left">
<input name="nameestablishment" type="text" id="nameestablishment" value="<?= $nameestablishment?>" />
<input name="CONTENT2" type="button" class="txtcontent" value="ค้นหา" onclick="window.location.href ='selectestablishment.php'"/>
</div>
</a></td>
</tr>
<tr>
<td height="26" class="style62"><div align="right" class="style68">ที่ตั้ง :</div></td>
<td class="style57"> </td>
<td class="style74"><div><span class="style24">
<label> </label>
</span>
<label></label>
<label></label>
<label>
<textarea name="address1" id="address1"><? echo $address?>
</textarea>
</label>
</div></td>
</tr>
<tr>
<td height="36" class="style62"><div align="right" class="style68">จังหวัด :</div></td>
<td class="style57"> </td>
<td class="style57"><span class="style24">
<label></label>
</span>
<label>
<input name="province" type="text" id="province" value="<?= $nameprovince?>" />
</label> </td>
</tr>
<tr>
<td height="30" class="style62"><div align="right" class="style68">เบอร์โทรศัพท์ :</div></td>
<td class="style57"> </td>
<td class="style57"><span class="style24">
<label></label>
</span>
<label></label>
<span class="style24">
<label></label>
</span><span class="style24">
<label></label>
</span>
<input name="tel1" type="text" id="tel1" value="<?= $tel?>"/></td>
</tr>
<tr>
<td height="30" class="style62"><div align="right" class="style68">E-mail : </div></td>
<td class="style57"> </td>
<td class="style57"><span class="style24">
<label></label>
</span>
<input name="email1" type="text" id="email1" value="<?= $email?>"/></td>
</tr>
<tr>
<td height="30" class="style62"><div align="right" class="style68">วันที่เริ่มฝึกงาน : </div></td>
<td class="style57"> </td>
<td class="style57"><input type="text" name="textfield" /></td>
</tr>
<tr>
<td height="30" class="style62"><div align="right" class="style68">วันที่สิ้นสุดการฝึกงาน : </div></td>
<td class="style57"> </td>
<td class="style57"><input type="text" name="textfield2" /></td>
</tr>
<tr>
<td height="30" class="style62"> </td>
<td class="style57"> </td>
<td class="style57"> </td>
</tr>
</table>
</form>
<p> </p>
<p> </p>
</body>
</html>
คือว่าเวลาค้นหาข้อมูลนักศึกษาดึงข้อมูลมาแสดงใน textfield ได้แล้วพอมาค้นหาสถานประกอบข้อมูลนักศึกษาที่แสดงใน textfield มันก็หายไปเลย จะทำอย่างไรไม่ให้ข้อมูลหายดีค่ะ ขอผู้รู้ช่วยอธิบายด้วยนะค่ะ ขอบคุณล่วงหน้าค่ะTag : - - - -
Date :
2009-04-01 15:51:03
By :
hmamui
View :
828
Reply :
2
เขียนเป็น $_ SESSION[''] ครับให้มันจำค่า idstudent
Date :
2009-04-02 12:50:49
By :
teez1232002
ขอโค้ดใหม่ได้ไหม เอาแบบระบุมาเลยนะ ว่าอยู๋ตรงไหน ดูไม่ออก
Date :
2009-04-02 13:19:33
By :
sillyman24
Load balance : Server 03