function returnPath($idprovince){ //return path if($idprovince==1){ return "document/konekane/proposal/"; }elseif($idprovince==2){ return "document/lakchasema/proposal/"; }elseif($idprovince==3){ return "document/loei/proposal/"; }elseif($idprovince==4){ return "document/nongboualomphou/proposal/"; }elseif($idprovince==5){ return "document/roiet/proposal/"; }elseif($idprovince==6){ return "document/sakonnakhone/proposal/"; } } function returnexitsfile($path,$typeshow){ // check file is exists and return path or "#" to alink if($typeshow=="j"){ if(!file_exists($path)){ return "alert('ไม่มีไฟล์ที่ต้องการ');"; } }elseif($typeshow=="a"){ if(file_exists($path)){ return $path; }else{ return "#"; } } }
function returnPath($idprovince){ //return path 02. if($idprovince==1){ 03. return "../document/konekane/proposal/"; 04. }elseif($idprovince==2){ 05. return "../document/lakchasema/proposal/"; 06. }elseif($idprovince==3){ 07. return "../document/loei/proposal/"; 08. }elseif($idprovince==4){ 09. return "../document/nongboualomphou/proposal/"; 10. }elseif($idprovince==5){ 11. return "../document/roiet/proposal/"; 12. }elseif($idprovince==6){ 13. return "../document/sakonnakhone/proposal/"; 14. } 15.} 16.function returnexitsfile($path,$typeshow){ // check file is exists and return path or "#" to alink 17. if($typeshow=="j"){ 18. if(!file_exists($path)){ 19. return "alert('ไม่มีไฟล์ที่ต้องการ');"; 20. } 21. }elseif($typeshow=="a"){ 22. if(file_exists($path)){ 23. return $path; 24. }else{ 25. return "#"; 26. } 27. } 28.}
return "../document/lakchasema/proposal/";
return "../../document/lakchasema/proposal/";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง