|
|
|
เวลาแก้ไขภาพส่วนตัวในส่วนหน้าแก้ไขข้อมูลของสมาชิกทำไมภาพไม่อัพเข้าไป db ครับ ช่วยดูโค๊ตให้หน่อย |
|
|
|
|
|
|
|
Code (PHP)
<?
session_start();
include"header.php";
include'function.php';
ConnDB();
echo sheckuser();
////////////////////////////////////////////////////////////////////////////////////////////////////////
if(isset($_POST[modify])){
if($file){
$path = "img/logo/";
$fileType = explode('.', $file_name);
$fileName = date('YmdHis');
$fileName = $fileName.".".$fileType[1];
$uploadFile = $path."".$fileName;
copy($file, $uploadFile);
$img = "$fileName";
updates("member","logo='$img'","where mem_id=$_COOKIE[mem_id]");
}
if($file2){
$path2 = "img/mem_pic/";
$fileType = explode('.', $file2_name);
$fileName2 = date('YmdHis');
$fileName2 = $fileName2.".".$fileType[1];
$uploadFile2 = $path2."".$fileName2;
copy($file2, $uploadFile2);
$img2 = "$fileName2";
updates("member","mem_pic='$img2'","where mem_id=$_COOKIE[mem_id]");
}
if(select("member","where emails='$_POST[txtmail]' AND mem_id!=$_COOKIE[mem_id]")==1){
echo "<script language='javascript'>" ;
echo "alert('!!! อีเมลล์ซ้ำ!!!')" ;
echo "</script>" ;
echo "<script language='javascript'>javascript:history.go(-1)</script>";
} else{
echo updates("member","emails='$_POST[txtmail]',Signature='".($_POST[detail])."'","where mem_id=$_COOKIE[mem_id]");
}
$_POST[modify]=='';
}
////////////////////////////////////////////////////////////////////////////////////////
<tr>
<td rowspan="2" valign="top">โลโก้ประจำตัว (Logo) </td>
<td colspan="4"><img src="img/logo/<?=selections("$_COOKIE[mem_id]","logo");?>" width="100" height="20" /></td>
</tr>
<tr>
<td colspan="4"><input name="file" type="file" class="fb9" id="file" size="35" /></td>
</tr>
<tr>
<td rowspan="2"> </td>
<td colspan="4">ขนาดความสูงของรูปโลโก้ต้องไม่เกิน 20 pixel. และความยาวไม่เกิน 100 pixel </td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td rowspan="2" valign="top"> ภาพประจำตัว (<strong>Avatar</strong>) </td>
<td colspan="4"><img src="img/mem_pic/<?=selections("$_COOKIE[mem_id]","mem_pic");?>" width="95" height="95" /></td>
</tr>
<tr>
<td colspan="4"><input name="file2" type="file" class="fb9" id="file2" size="35" /></td>
</tr>
<tr>
<td rowspan="2"> </td>
<td colspan="4"> ขนาดความสูงของรูปโลโก้ต้องไม่เกิน 95 pixel. และความยาวไม่ควรจะมากเกินไปหรือไม่เกิน 95 pixel </td>
</tr>
<tr>
<td> </td>
<td colspan="4"><input name="modify" type="submit" class="fb9" id="modify" value="Submit" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
<div class=none>
</div>
<td bgcolor="#999999"> </td>
</tr>
</table>
</div>
<!--blackLeft end -->
<!--blackRight start -->
<!--blackRight end -->
<br class="spacer" />
</div>
<!--black end -->
<!--bot start -->
<!--bot end -->
<? include"footer.php";?>
Tag : PHP
|
ประวัติการแก้ไข 2012-09-29 20:57:42
|
|
|
|
|
Date :
2012-09-29 14:10:05 |
By :
youfishing |
View :
930 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยาวเกินเอา error มาดูดีกว่าครับ
|
|
|
|
|
Date :
2012-09-29 16:16:00 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
session_start();
include"header.php";
include'function.php';
ConnDB();
echo sheckuser();
////////////////////////////////////////////////////////////////////////////////////////////////////////
if(isset($_POST[modify])){
if($file){
$path = "img/logo/";
$fileType = explode('.', $file_name);
$fileName = date('YmdHis');
$fileName = $fileName.".".$fileType[1];
$uploadFile = $path."".$fileName;
copy($file, $uploadFile);
$img = "$fileName";
updates("member","logo='$img'","where mem_id=$_COOKIE[mem_id]");
}
if($file2){
$path2 = "img/mem_pic/";
$fileType = explode('.', $file2_name);
$fileName2 = date('YmdHis');
$fileName2 = $fileName2.".".$fileType[1];
$uploadFile2 = $path2."".$fileName2;
copy($file2, $uploadFile2);
$img2 = "$fileName2";
updates("member","mem_pic='$img2'","where mem_id=$_COOKIE[mem_id]");
}
if(select("member","where emails='$_POST[txtmail]' AND mem_id!=$_COOKIE[mem_id]")==1){
echo "<script language='javascript'>" ;
echo "alert('!!! อีเมลล์ซ้ำ!!!')" ;
echo "</script>" ;
echo "<script language='javascript'>javascript:history.go(-1)</script>";
} else{
echo updates("member","emails='$_POST[txtmail]',Signature='".($_POST[detail])."'","where mem_id=$_COOKIE[mem_id]");
}
$_POST[modify]=='';
}
////////////////////////////////////////////////////////////////////////////////////////
<tr>
<td rowspan="2" valign="top">โลโก้ประจำตัว (Logo) </td>
<td colspan="4"><img src="img/logo/<?=selections("$_COOKIE[mem_id]","logo");?>" width="100" height="20" /></td>
</tr>
<tr>
<td colspan="4"><input name="file" type="file" class="fb9" id="file" size="35" /></td>
</tr>
<tr>
<td rowspan="2"> </td>
<td colspan="4">ขนาดความสูงของรูปโลโก้ต้องไม่เกิน 20 pixel. และความยาวไม่เกิน 100 pixel </td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td rowspan="2" valign="top"> ภาพประจำตัว (<strong>Avatar</strong>) </td>
<td colspan="4"><img src="img/mem_pic/<?=selections("$_COOKIE[mem_id]","mem_pic");?>" width="95" height="95" /></td>
</tr>
<tr>
<td colspan="4"><input name="file2" type="file" class="fb9" id="file2" size="35" /></td>
</tr>
<tr>
<td rowspan="2"> </td>
<td colspan="4"> ขนาดความสูงของรูปโลโก้ต้องไม่เกิน 95 pixel. และความยาวไม่ควรจะมากเกินไปหรือไม่เกิน 95 pixel </td>
</tr>
<tr>
<td> </td>
<td colspan="4"><input name="modify" type="submit" class="fb9" id="modify" value="Submit" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
<div class=none>
</div>
<td bgcolor="#999999"> </td>
</tr>
</table>
</div>
<!--blackLeft end -->
<!--blackRight start -->
<!--blackRight end -->
<br class="spacer" />
</div>
<!--black end -->
<!--bot start -->
<!--bot end -->
<? include"footer.php";?>
|
|
|
|
|
Date :
2012-09-29 20:59:08 |
By :
youfishing |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|