|
|
|
จะลบภาพใน folder ต้องใช้ code ไหนครับ จะลบภาพใน folder ต้องใช้ code ไหนครับ ผมใช้ code delete แบบนี้ครับ |
|
|
|
|
|
|
|
จะลบภาพใน folder ต้องใช้ code ไหนครับ
ผมใช้ code delete แบบนี้ครับ
<?
include("dbconf.php");
if($link){
$query="DELETE FROM car WHERE CONCAT( `car_ID` ) = '$id'" ;
$data_query=mysql_query($query,$link);
$part_file="car_pic/$file[$id]";
unlink("$part_file");
}
echo".....................................คุณได้ลบข้อมูลของคุณเป็นที่เรียบร้อยแล้ว................................................................";
echo "<META HTTP-EQUIV='Refresh' CONTENT='1;URL=indexuser.php?pg=car_mg'>";
echo "<meta http-equiv='Content-Type' content='text/html; charset=windows-874'>";
echo "<link href='style.css' rel='stylesheet' type='text/css'>";
echo "</head>";
?>
ผมได้ใช้ code นี้ในการ add ข้อมูลและรูปภาพ แบบนี้ครับ
<?
function random_password($len)
{
srand((double)microtime()*10000000);
$chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
$ret_str = "";
$num = strlen($chars);
for($i = 0; $i < $len; $i++)
{
$ret_str.= $chars[rand()%$num];
$ret_str.="";
}
return $ret_str;
}
// echo random_password(8);
$passw = random_password(7);
$path="car_pic";
$filenewcon = strstr($file_name,'.');
$now = date("Dgis");
if(empty($file))
{
echo"คุณยังไม่เลือกภาพประกอบ";
}
else
{
copy( $file ,"$path/$passw$now$filenewcon");
include"dbconf.php";
if($link) {
print("<strong><p><b><center>คุณได้สมัครสมาชิกเรียบร้อยแล้วคับ</b><br><br>");
echo " คุณ : ".$car_name ;echo " คุณภาพ ",$car_driver;
$query="INSERT INTO `car` ( `car_ID` , `car_cd` , `car_name` , `car_driver` , `car_Tel` , `car_number` , `car_coler` , `car_atdown` , `car_pic` )
VALUES ( '', '$car_cd', '$car_name', '$car_driver', '$car_Tel', '$car_number', '$car_coler', '$car_atdown', '$passw$now$filenewcon' );";
$data_query=mysql_query($query,$link);
echo"<br><br><b>เพิ่มข้อมูลเสร็จแล้ว</b>";
}
}
?>
Tag : - - - -
|
|
|
|
|
|
Date :
20 มี.ค. 2550 19:46:06 |
By :
mahdee |
View :
2121 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยด้วยครับ
|
|
|
|
|
Date :
20 มี.ค. 2550 21:16:25 |
By :
mahdee |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็น่าจะได้แล้วนี่คับ
|
|
|
|
|
Date :
21 มี.ค. 2550 11:53:02 |
By :
nut_t02 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|