<select name="education"> <option value=""><-- Please Select Item --></option> <? include '../include_file/config.php'; $strSQL = "SELECT * FROM education ORDER BY education_id ASC"; $objQuery = mysql_query($strSQL)or die ("Error Query [".$strSQL."]"); while($objResuut = mysql_fetch_array($objQuery)) { if($strDefault == $objResuut["education_id"]) { $sel = "selected"; } else { $sel = ""; } ?> <option value="<?=$objResuut["education_id"];?>" <?=$sel;?>><?=$objResuut["education"];?></option> <? } ?> </select>
<?php session_start(); include'../include_file/config.php'; $strSQL = "SELECT * FROM member WHERE username = '$username'"; $objQuery = mysql_query($strSQL)or die("erroe=$ $strSQL"); $objResult = mysql_fetch_array($objQuery); $str_birthday=$_POST['birth']; $str_gender=$_POST['gender']; $str_nation=$_POST['nation']; $str_language=$_POST['lang']; $str_education=$_POST['education']; $sql_insert="UPDATE `nipontour`.`member` SET `gender` = '$str_gender',`nationality` = '$str_nation',`language` = '$str_language',`birth` = '$str_birthday',`education_id` = '$str_education' WHERE `member`.`username` ='{$_SESSION['username']}'"; $sql_result=mysql_query($sql_insert)or die ("error=$sql_insert"); mysql_close(); echo"<script>window.location='../editprofile/p_profile.php';</script>"; ?>
$L=$_GET[urlLink]; <form METHOD=get ACTION="" name="jump1"> <select name="education" OnChange="location.href=jump1.education.options[selectedIndex].value"> <option value="" <?if($L==""){echo"SELECTED";}?>><-- Please Select Item --></option> <? include '../include_file/config.php'; $strSQL = "SELECT * FROM education ORDER BY education_id ASC"; $objQuery = mysql_query($strSQL)or die ("Error Query [".$strSQL."]"); while($objResuut = mysql_fetch_array($objQuery)) { $id=$objResuut["education_id"]; $ed=$objResuut["education"] ?> <option value="http://172.0.0.1/index.php?urlLink=<?=$id;?>" OnClick="this.form.action='options[selectedIndex].value';" <?if($L==$id){echo"SELECTED";}?>><?=$ed;?></option> <? } ?> </select> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง