250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Plugins
- IntelliJ
- 설치
- 이클립스
- Eclipse
- #자바
- 환경설정
- 스프링부트
- #eclipse
- #java
- 인텔리제이
- 오라클
- log4j2
- #오라클
- 스프링
- 플러그인
- Oracle
- #Oracle
- #이클립스
- html
- 설정
- CodeGlance
- mariadb
- springboot
- #JVM
- log4j
- Like
- 소스코드 맵
- Spring
- #자바가상머신
Archives
- Today
- Total
커피와 개발자
PHP 업로드 파일 삭제하기 본문
728x90
$sql="select * from board where uid='$uid'";
$result=mysql_query($sql,$conn);
$row=mysql_fetch_array($result);
$del_file="/upload_file/".$row[file];
if($row[file] &&is_file($del_file)) unlink($del_file);
$sqldel="delete from board where uid='$uid'";
mysql_query($sqldel,$conn);
728x90
'웹개발 > PHP' 카테고리의 다른 글
파일 다운로드 페이지 (0) | 2009.09.08 |
---|---|
php 엑셀파일로 데이터 저장하기 (0) | 2009.08.31 |
PHP 다중업로드 하기 (0) | 2009.08.10 |
$_SERVER['HTTP_REFERER'] ? (0) | 2009.07.31 |
PHP로 이메일 보내는 페이지(Source Code) (0) | 2009.07.23 |
Comments