|
|
|
ดึงภาพจากฐานข้อมูลมาโชว์ เพื่อจะ Edit แต่ภาพไม่โชว์ค่ะ รบกวนช่วยแก้ไขด้วยค่ะ |
|
|
|
|
|
|
|
คือว่าเขียน php ไม่เก่ง อาศัย copy code ของคนอื่นไปใช้แล้วแก้ไขเอาค่ะ ทำโปรเจ็คเกี่ยวกับสมาชิกค่ะ มีกระบวนการดังนี้ค่ะ
- add
- showmember
- editmember
- deletemember
- search member
ทำมาถึงขั้น edit member แล้วค่ะ แต่ว่ารูปที่อยู่ใน db เก็บชื่อรูปไว้ไม่ show ค่ะแล้วถ้าต้องการลบรูปก่อนแล้วจึงจะ add รูปใหม่เข้าไปได้ จะต้องทำอย่างไรค่ะ ?? รบกวนด้วยนะคะ อ่านมาหลายกระทู้ใน thaicreate แล้วค่ะ แต่ว่าก็ทำไม่ได้ค่ะ เลยลองเขียนถามดูค่ะ
code หน้า edit ค่ะ
Code (PHP)
<html>
<head>
<title>แก้ไขข้อมูลศิษย์เก่า</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<?php
$id = $_GET['id'];
//session_start() ;
include("connect.inc.php") ;
//$db = "mymaindata_pedsi" ;
$db = "alumni" ;
mysql_select_db($db) ;
//$id=$_REQUEST['id'];
$sql = "SELECT * FROM alumni_pedsiriraj WHERE id = '$id'";
$db_query=mysql_query($sql);
$result = mysql_fetch_array($db_query);
$id=$result['id'];
$prename=$result['prename'];
$names=$result['names'];
$surname=$result['surname'];
$names_eng=$result['names_eng'];
$surname_eng=$result['surname_eng'];
$class_dent=$result['class_dent'];
$periodOfTime=$result['periodOfTime'];
$periodOfTimeF=$result['periodOfTimeF'];
$addressl=$result['addressl'];
$tel=$result['tel'];
$mobile=$result['mobile'];
$email1=$result['email1'];
$facebook=$result['facebook'];
$office=$result['office'];
$office_address=$result['office_address'];
$tel_office=$result['tel_office'];
$contact_us=$result['contact_us'];
$date_of_update=$result['date_of_update'];
$subject_fellow=$result['subject_fellow'];
$status_dent=$result['status_dent'];
$remark=$result['remark'];
$picture1=$result['picture1'];
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">ศิษย์เก่า</div></td>
</tr>
<tr><td> </td></tr>
<tr>
<td>
<form name="saveedit" action="saveedit.php" method="post" enctype="multipart/form-data" id="add" onSubmit="return check()" >
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="0066cc">
<tr bgcolor="0066cc">
<td colspan="2"><div align="center"><font color="#FFFFFF" size="2" face="MS Sans Serif, Tahoma, sans-serif"><strong>
แก้ไขข้อมูลสมาชิก</strong></font></div></td>
</tr>
<tr bgcolor="#FFFFFF"> <td>
<input type="hidden" name="id" value="<?=$id;?>" />
<td> </tr>
<tr bgcolor="#FFFFFF">
<td height="33"> <div align="left"><font color="#000000" size="2" face="MS Sans Serif, Tahoma, sans-serif"> คำนำหน้าชื่อ <font color="#FF0000"></font></font></div></td>
<td>
<input name="prename" type="text" id="prename" size="10" maxlength="10" value=<?php echo "\"$prename\"" ?>></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="33"> <div align="left"><font color="#000000" size="2" face="MS Sans Serif, Tahoma, sans-serif"> ชื่อ <font color="#FF0000">**</font></font></div></td>
<td>
<input name="names" type="text" id="names" size="50" maxlength="50" value=<?php echo "\"$names\"" ?>></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="33"> <div align="left"><font color="#000000" size="2" face="MS Sans Serif, Tahoma, sans-serif"> นามสกุล <font color="#FF0000">**</font></font></div></td>
<td>
<input name="surname" type="text" id="surname" size="50" maxlength="100" value=<?php echo "\"$surname\"" ?>></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="33"> <div align="left"><font color="#000000" size="2" face="MS Sans Serif, Tahoma, sans-serif"> Name <font color="#FF0000">**</font></font></div></td>
<td>
<input name="names_eng" type="text" id="names_eng" size="50" maxlength="50" value=<?php echo "\"$names_eng\"" ?>></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="33"> <div align="left"><font color="#000000" size="2" face="MS Sans Serif, Tahoma, sans-serif"> Surname <font color="#FF0000">**</font></font></div></td>
<td>
<input name="surname_eng" type="text" id="surname_eng" size="50" maxlength="100" value=<?php echo "\"$surname_eng\"" ?>></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="33"> <div align="left"><font color="#000000" size="2" face="MS Sans Serif, Tahoma, sans-serif"> ว.ว.รุ่นที่ <font color="#FF0000"></font></font></div></td>
<td>
<input name="class_dent" type="text" id="class_dent" size="50" maxlength="100" value=<?php echo "\"$class_dent\"" ?>></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="32"> <div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> ช่วงฝึกอบรม (Resident)</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="periodOfTime" type="text" id="periodOfTime" size="30" maxlength="20" value=<?php echo "\"$periodOfTime\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="32"> <div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> ช่วงฝึกอบรม(สำหรับ Fellow)</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="periodOfTimeF" type="text" id="periodOfTimeF" size="30" maxlength="20" value=<?php echo "\"$periodOfTimeF\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> ที่อยู่</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="addressl" type="text" id="addressl" size="50" maxlength="250" value=<?php echo "\"$addressl\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> โทรศัพท์บ้าน</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="tel" type="text" id="tel" size="30" maxlength="10" value=<?php echo "\"$tel\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="32"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> โทรศัพท์มือถือ</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="mobile" type="text" id="mobile" size="30" maxlength="30" value=<?php echo "\"$mobile\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> E-mail</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="email1" type="text" id="email1" size="100" maxlength="100" value=<?php echo "\"$email1\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="36"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> Facebook</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="facebook" type="text" id="facebook" size="100" maxlength="150" value=<?php echo "\"$facebook\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="36"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> ที่ทำงาน</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="office" type="text" id="office" size="100" maxlength="100" value=<?php echo "\"$office\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="32"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> ที่อยู่ที่ทำงาน</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="office_address" type="text" id="office_address" size="100" maxlength="250" value=<?php echo "\"$office_address\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> เบอร์โทรศัพท์ที่ทำงาน</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="tel_office" type="text" id="tel_office" size="50" maxlength="50" value=<?php echo "\"$tel_office\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> สถานที่ติดต่อ</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="contact_us" type="text" id="contact_us" size="100" maxlength="250" value=<?php echo "\"$contact_us\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> วันที่ปรับปรุงข้อมูล</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="date_of_update" type="text" id="date_of_update" size="20" maxlength="20" value=<?php echo "\"$date_of_update\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> สาขาวิชา(สำหรับ Fellow)</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="subject_fellow" type="text" id="subject_fellow" size="20" maxlength="20" value=<?php echo "\"$subject_fellow\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="30"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif">
<font size="2"> สถานะ</font></font></div></td>
<td><div align="left"><span class="style5">
<input name="status_dent" type="radio" value="Resident" <?php echo ($result['status_dent']=="Resident")?'checked="checked"':'' ?>/>
Residnet
<input name="status_dent" type="radio" value="Fellow" <?php echo ($result['status_dent']=="Fellow")?'checked="checked"':'' ?> />
Fellow
<input name="status_dent" type="radio" value="Both" <?php echo ($result['status_dent']=="Both")?'checked="checked"':'' ?> />
Both
</span></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="36"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> รูปภาพ
! </font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<!--img src = "<?php echo stripslashes($result['picture1']); ?>" width="64"-->
<!--input type="file"name="upload" value="<?php echo $result['picture1'];?>"-->
<img src = "<?php echo "$picture1";?>" width="64">
<a href = <?php $delpic = "DELETE $picture1 FROM alumni_pedsiriraj WHERE id = '$id'"; ?> > ลบรูปภาพ</a>
<br>
<input type="file" name="fileupload">
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="31"><div align="left"><font color="#000000" face="MS Sans Serif, Tahoma, sans-serif"><font size="2"> หมายเหตุ</font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
<input name="remark" type="text" id="remark" size="50" maxlength="50" value=<?php echo "\"$remark\"" ?>>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td><div align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><font size="2"><font color="#000000"></font></font></font></div></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> </font></td>
</tr>
<tr bgcolor="#0066CC">
<td colspan="2">
<div align="center">
<input type="submit" name="Submit" value="ตกลง">
<input type="reset" name="Submit2" value="ยกเลิก">
<input name="ok" type="hidden" id="ok" value="ok_pass">
</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td><div align="center"><font face="MS Sans Serif, Tahoma, sans-serif"><font size="2"><font color="#000000"></font></font></font></div></td>
<td><div align="center"><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
</font></div></td>
</tr>
</table>
</form></td>
</tr>
<script language="javascript">
function check() {
if(document.checkForm.names.value=="") {
alert("กรุณากรอกชื่อด้วยครับ") ;
document.checkForm.names.focus() ;
return false ;
}
else if(document.checkForm.surname.value=="") {
alert("กรุณากรอกนามสกุลด้วยครับ") ;
document.checkForm.suraname.focus() ;
return false ;
}
else if(document.checkForm.class_dent.value=="") {
alert("กรุณากรอกรุ่น ให้ครบถ้วนด้วยนะครับ") ;
document.checkForm.class_dent.focus() ;
return false ;
}
else if(isNaN(document.checkForm.emaill.value)) {
alert("กรุณากรอ email ให้ครบถ้วนด้วยนะครับ") ;
document.checkForm.emaill.focus() ;
return false ;
}
else if(document.checkForm.tel.value=="") {
alert("กรุณากรอกเบอร์โทรศัพท์ด้วยครับ") ;
document.checkForm.tel.focus() ;
return false ;
}else if(isNaN(document.checkForm.mobile.value)) {
alert("กรุณากรอกเบอร์โทรศัพท์มือถือด้วยนะครับ") ;
document.checkForm.mobile.focus() ;
return false ;
}
else if(isNaN(document.checkForm.office.value)) {
alert("กรุณากรอกที่ทำงาน ให้ครบถ้วนด้วยนะครับ") ;
document.checkForm.office.focus() ;
return false ;
}
}
</script>
</table>
</body>
</html>
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2011-03-18 16:04:08 |
By :
onenueng |
View :
1201 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
..
|
ประวัติการแก้ไข 2011-03-18 16:50:17
|
|
|
|
Date :
2011-03-18 16:06:16 |
By :
. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค่ะ...ดูมาหมดแล้วค่ะที่ ส่งมาให้
|
|
|
|
|
Date :
2011-03-18 16:51:00 |
By :
. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|