<style type="text/css"> <!-- .style1 { font-size: 36px; font-style: italic; } --> </style> <?php include("connect.php"); $p_id =$_GET['p_id']; $sql ="select * from senior_n where p_id='$p_id'"; $query =mysql_query($sql) or die ("error=$sql="); $row =mysql_fetch_array($query); ?> <title>edit Senior Project</title><body> <table width="1011" height="593" border="0"> <tr> <td width="34" rowspan="2" valign="top"> </td> <td width="967" height="82"><div align="left" class="style3 style1">แก้ไขข้อมูล Senior Project</div></td> </tr> <tr> <td><form action="editsave.php" method="post" enctype="multipart/form-data" name="form1" id="form1" > <table width="973" height="419" align="left" bordercolor="#F0F0F0"> <tr> <td width="194" height="27">รหัสเล่ม :</td> <td colspan="3"><input name="id" type="text" id="id" size="25" maxlength="9" value="<?php echo $row['p_id'] ?>" /></td> </tr> <tr> <td height="29">ชื่อ Senior Project :</td> <td colspan="3" rowspan="2"><span class="style3 style1"> <textarea name="pn" cols="50" rows="5" id="pn"><?php echo $row['p_name'] ?></textarea> </span></td> </tr> <tr> <td height="12"> </td> </tr> <tr> <td height="30">ชื่อ-นามสกุล นักเรียน :</td> <td colspan="51"><select name="num" class="selectbox"> <? include("connect.php"); $sqlnum = " select * from senior_num "; $querynum =mysql_query($sql) or die ("erroe=$sqlnum"); $numnum =mysql_num_rows($querynum); for($i=1;$i<=$numnum;$i++) { $rownum=mysql_fetch_array($querynum); ?> <option value="<?php echo $rownum['p_numkey']?>" <?php if ($rownum['p_numkey']==$row ['p_numkey']){ echo 'selected="selected"' ?>> <?php echo $rownum[''] ?></option> <?php } ?> </select> <input name="stu_fname" type="text" size="30" maxlength="25" value="<?php echo $row['p_stu_fname'] ?>" > - <label> <input name="stu_sname" type="text" id="stu_sname" size="50" maxlength="40" value="<?php echo $row['p_stu_sname'] ?>" > </label></td> </tr> <tr> <td height="32">ชื่ออาจารย์ที่ปรึกษา :</td> <td width="296"><select name="adv" class="selectbox"> <? include("connect.php"); $sql = " select * from senior_adv "; $query =mysql_query($sql) or die ("erroe=$sql"); $num =mysql_num_rows($query); for($i=1;$i<=$num;$i++) { $row=mysql_fetch_array($query); ?> <option value="<?php echo $row['p_adv']?>"><?php echo $row['p_adv_numkey']." ".$row['p_adv_fname']." ".$row['p_adv_sname'] ?></option> <?php } ?> </select></td> <td width="363"> <A HREF='addform_adv.php' target='_blank'>คลิกเพื่อเพิ่มชื่ออาจารย์ที่ปรึกษา</A></td> </tr> <tr> <td height="16">ระดับคะแนน:</td> <td colspan="3"><select name="gra" class="selectbox"> <? include("connect.php"); $sql = " select * from senior_gra "; $query =mysql_query($sql) or die ("erroe=$sql"); $num =mysql_num_rows($query); for($i=1;$i<=$num;$i++) { $row=mysql_fetch_array($query); ?> <option value="<?php echo $row['p_gra']?>"> <?php echo $row['p_gra_w'] ?></option> <?php } ?> </select></td> </tr> <tr> <td height="17">ระดับชั้น:</td> <td colspan="3"><select name="room" size="1" class="selectbox"> <? include("connect.php"); $sql = " select * from senior_room"; $query =mysql_query($sql) or die ("erroe=$sql"); $num =mysql_num_rows($query); for($i=1;$i<=$num;$i++) { $row=mysql_fetch_array($query); ?> <option value="<?php echo $row['p_roomkey']?>"> <?php echo $row['p_room'] ?></option> <?php } ?> </select></td> </tr> <tr> <td height="30">ปีการศึกษา:</td> <td colspan="3"><select name="aca" class="selectbox"> <? include("connect.php"); $sql = " select * from senior_aca "; $query =mysql_query($sql) or die ("erroe=$sql"); $num =mysql_num_rows($query); for($i=1;$i<=$num;$i++) { $row=mysql_fetch_array($query); ?> <option value="<?php echo $row['p_aca']?>"> <?php echo $row['p_aca_w'] ?></option> <?php } ?> </select></td> </tr> <tr> <td height="36">บทคัดย่อ :</td> <td height="36" colspan="3"><label> <input name="abs" type="file" id="abs" size="40"> ไฟล์ .doc หรือ .pdf เท่านั้น </label></td> </tr> <tr> <td height="63" colspan="4"> </td> </tr> <tr> <td height="44" colspan="4"><input type="submit" name="submit" id="submit" value="Submit" /> <input type="reset" value="Reset" /></td> </tr> </table> </form> </td> </tr> <tr> <td height="68"> </td> <td> </td> </tr> </table> <h1> </h1> <p> </p> </body> </html>
Quote:Parse error: syntax error, unexpected $end in C:\AppServ\www\senior\editform.php on line 175
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง