|
|
|
จะอัพเดดไฟล์ที่อัพโหลดไว้ ทำยังไงครับ ลองทำแล้วแต่ไม่ได้ |
|
|
|
|
|
|
|
คือผมจะทำการอัพเดดข้อมูลเมื่อมีการแก้ไข
แต่พอเขียนโค๊ดไปแล้ว ข้อมูลอื่นอัพเดด แต่ข้อมูลรูปถาพไม่อัพเดดครับ
ไม่รู้ผมเขียนผิดตรงไหนยังไงอ่าครับ
Code (PHP)
<?
ob_start();
session_start();
if($_SESSION["adminlogin"]=="")
{
header('location:login.php');
exit();
}
//============ Start Session áÅзӡÒÃàÃÕ¡ Function µÔ´µèÍ°Ò¹¢éÍÁÙÅ
require_once('../connect/connect.php');
if($_GET["Action"]=="Save")
{
//=========== บันทึกข้อมูลสินค้า
$sql_up = "update movie set MovieName='$_POST[MovieName]',MovieDes='$_POST[MovieDes]',RentPrice='$_POST[RentPrice]',RentDay='$_POST[RentDay]',MovieinShop='$_POST[MovieinShop]',FineperDay='$_POST[FineperDay]' where MovieID='$_GET[MovieID]'";
$dbquery_up = mysql_query($sql_up);
if($_FILES["Picture"]["name"] != ""){
if(copy($_FILES["Picture"]["tmp_name"],"../picture/".$_FILES["Picture"]["name"]))
{
//*** Delete Old File ***//
@unlink("../picture/".$_POST["hdnOldFile"]);
$a=$_FILES["Picture"]["name"];
}}
if($_FILES["vdo"]["name"] != ""){
if(copy($_FILES["vdo"]["tmp_name"],"../vdo/".$_FILES["vdo"]["name"]))
{
//*** Delete Old File ***//
@unlink("../vdo/".$_POST["hdnO2dFile"]);
$b=$_FILES["vdo"]["name"];
}}
$sql_up = "update movie set Picture='$a',UrlMovie='$b' where MovieID='$_GET[MovieID]'";
$dbquery_up = mysql_query($sql_up);
echo"<script language='JavaScript'>";
echo"alert('แก้ไขข้อมูลเรียบร้อยแล้ว');";
echo"window.location='searchmagmovie.php';";
echo"</script>";
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #0FF;
}
-->
</style></head>
<body>
<table width="770" border="0" cellpadding="0" cellspacing="0" >
<tr>
<th height="470" align="center" scope="row">
<form action="<?=$_SERVER['PHP_SELF'];?>?MovieID=<?=$_GET["MovieID"];?>&Action=Save" name="frmEdit" method="post">
<?
$strSQL = "SELECT * FROM movie WHERE MovieID = '".$_GET["MovieID"]."' ";
$objQuery = mysql_query($strSQL);
$result = mysql_fetch_array($objQuery);
if(!$result)
{
echo "Not found MovieID=".$_GET["MovieID"];
}
else
{
?>
<table width="630" border="0" align="center" cellpadding="0" cellspacing="7">
<tr>
<td width="149" align="right" scope="row">รหัสภาพยนตร์ :</td>
<td colspan="3"><?=$result["MovieID"];?></td>
</tr>
<tr>
<td width="149" align="right" scope="row">ประเภทภาพตร์ :</td>
<td colspan="3"><?=$result["CategoryName"];?></td>
</tr>
<tr>
<td width="149" align="right" scope="row">ชื่อภาพยนตร์ :</td>
<td colspan="3"><label>
<input name="MovieName" type="text" id="MovieName" value="<?=$result["MovieName"];?>" size="50" />
</label></td>
</tr>
<tr>
<td width="149" align="right" scope="row">รายละเอียด :</td>
<td colspan="3"><textarea name="MovieDes" cols="50" rows="5" id="MovieDes"><?=$result["MovieDes"];?></textarea></td>
</tr>
<tr>
<td width="149" align="right" scope="row">ค่าเช่า/ชุด-เรื่อง :</td>
<td width="116"><input name="RentPrice" type="text" id="RentPrice" value="<?=$result["RentPrice"];?>" size="10" />
บาท.</td>
<td width="126"align="right" scope="row">จำนวนวันให้เช่า : </td>
<td width="204"align="left" scope="row"><input name="RentDay" type="text" id="RentDay" value="<?=$result["RentDay"];?>" size="10" />
วัน.</td>
</tr>
<tr>
<td width="149" align="right" scope="row">จำนวนสินค้าทั้งหมด :</td>
<td width="116"><input name="MovieinShop" type="text" id="MovieinShop" value="<?=$result["MovieinShop"];?>" size="10" />
ชุด.</td>
<td align="right">ค่าปรับเมื่อคืนช้า :</td>
<td><input name="FineperDay" type="text" id="FineperDay" value="<?=$result["FineperDay"];?>" size="10" />
บาท</td>
</tr>
<tr>
<td width="149" align="right" scope="row"> </td>
<td colspan="3" align="left" scope="row"><table width="200" height="250" border="0" cellpadding="0" cellspacing="0">
<tr>
<?
?>
<td><img src= "../picture/<?=$result["Picture"];?>" width="188" height="250" /></td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" scope="row">รูปภาพ :</td>
<td colspan="3" align="left" scope="row">
<input type="file" name="Picture" id="Picture" class="input" size="25" />
<input type="hidden" name="hdnOldFile" value="<?=$result["Picture"];?>">
</td>
</tr>
<tr>
<td width="149" align="right" scope="row"> </td>
<td colspan="3" align="left" scope="row">
<script src='../AC_RunActiveContent.js' language='javascript'></script>
<!-- saved from url=(0013)about:internet -->
<script language='javascript'>
AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '550', 'height', '300', 'src',
((!DetectFlashVer(9, 0, 0) && DetectFlashVer(8, 0, 0)) ? 'OSplayer' : 'OSplayer'),
'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'id', 'flvPlayer', 'allowFullScreen', 'true', 'allowScriptAccess', 'always', 'movie',
((!DetectFlashVer(9, 0, 0) && DetectFlashVer(8, 0, 0)) ? 'OSplayer' : 'OSplayer'), 'FlashVars',
'movie=../vdo/<?=$result["UrlMovie"];?>&btncolor=0x333333&accentcolor=0x31b8e9&txtcolor=0xdddddd&volume=30&autoload=on&autoplay=on');
</script>
<noscript>
<object width='550' height='300' id='flvPlayer'>
<param name='allowFullScreen' value='true'>
<param name="allowScriptAccess" value="always">
<param name='movie' value='OSplayer.swf?movie=../vdo/<?=$result["UrlMovie"];?>&btncolor=0x333333&accentcolor=0x31b8e9&txtcolor=0xdddddd&volume=30&autoload=on&autoplay=on'>
<embed src='OSplayer.swf?movie=../vdo/<?=$result["UrlMovie"];?>&btncolor=0x333333&accentcolor=0x31b8e9&txtcolor=0xdddddd&volume=30&autoload=on&autoplay=off' width='550' height='300'
allowFullScreen='true' type='application/x-shockwave-flash' allowScriptAccess='always'>
</object>
</noscript>
</td>
</tr>
<tr>
<td align="right" scope="row">ตัวอย่างภาพยนตร์ :</td>
<td colspan="3" align="left" scope="row">
<input type="file" name="vdo" id="vdo" class="input" size="25" />
<input type="hidden" name="hdnO2dFile" value="<?=$result["UrlMovie"];?>">
</td>
</tr>
<tr>
<th colspan="4" align="center" scope="row"> </th>
</tr>
<tr>
<th colspan="4" align="center" scope="row"> <input type="submit" name="Save" id="Save" value="บันทึกข้อมูล" />
<input name="reset" type="reset" id="reset" value="เริ่มใหม่" /></th>
</tr>
</table>
<?
}
?>
</form></th>
</tr>
</table>
</body>
</html>
แล้วขอถามอีกอย่างครับ ว่าจะเขียนโค๊ดยังไงไห้รันเลขอัติโนมัติ แบบไม่ซ้ำค่าในฐานข้อมูล ผมลองใช้ sprintf แต่พอลบ ฐานข้อมูล เช่น ลบรหัส 0001 ไป พอเพิ่มข้อมูลไหม่มันจะรันเป็น 0002 ซึ่งรหัสนี้มีอยู่แล้วในฐานข้อมูลอะครับ ไม่ทราบว่าจะแก้อย่างไรดี
Tag : PHP, MySQL, JavaScript
|
|
|
|
|
|
Date :
2011-07-16 06:37:04 |
By :
donwaan2027 |
View :
920 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|