묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[php]구문 오류 에 관한 질문입니다..ㅜㅜ
2003.04.01 15:16
include ("./function/base_info.php");
//=====================================
// Prepare progrom
//=====================================
isset($_GET) ? extract($_GET) : extract($HTTP_GET_VARS) ;
//=====================================
if (ereg("^[0-9a-z]{32}$",$uid) && file_exists("upfile/$uid")) {
@readfile("upfile/$uid");
}
else {
@readfile("$Stemplate/image/no_image.gif");
}
?>
이소스에서 문제있는것은 없는것일까염
upfile/$uid 이부근에 고객db는 존재하는데염..이상하게 고객이 올린 이미지는 뽑아오지를 못하네염..
글자들은 전부 뽑아오는데염..
고수님들!! 이 소스에서 문제점이 있다면..찾아서 답변부탁드립니다...ㅠㅠ
//=====================================
// Prepare progrom
//=====================================
isset($_GET) ? extract($_GET) : extract($HTTP_GET_VARS) ;
//=====================================
if (ereg("^[0-9a-z]{32}$",$uid) && file_exists("upfile/$uid")) {
@readfile("upfile/$uid");
}
else {
@readfile("$Stemplate/image/no_image.gif");
}
?>
이소스에서 문제있는것은 없는것일까염
upfile/$uid 이부근에 고객db는 존재하는데염..이상하게 고객이 올린 이미지는 뽑아오지를 못하네염..
글자들은 전부 뽑아오는데염..
고수님들!! 이 소스에서 문제점이 있다면..찾아서 답변부탁드립니다...ㅠㅠ
단순히 어느 부분의 문법이 틀렸을것 같지는 않군요.