묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
아래코드 편집중에
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in c:download.php on line 38
라는 오류가 나요.
도와주세요.
<script>문 않에 넣어서 그런것같은데, 저는 초짜라 잘 모르겠네요.
어떻게 옴겨야할지요.
도움부탁드립니다.
if($id=="download") { // 꼭 수정하세요!
$downp = "10";
$msg1 = "다운로드를 하시려면 ".$downp."포인트가 필요합니다.\n\n다운로드하시겠습니까?";
if(!$dok) {
if($member[point] < $downp) {
echo "<script>
alert('포인트가 ".($downp-$member[point])." 모자랍니다.');
history.go(-1);
</script>";
} else {
echo "<script>
if(confirm('+ '+ '$msg1')) {
header("location:$data[$filename]"); // 여기가 라인38 오류부분
mysql_query("update zetyx_member_table set point=point-$downp where no='$member[no]'");
} else {history.go(-1);}
</script>";
}
}
} elseif($id!="download") {
header("location:$data[$filename]");
}
if($connect) {
@mysql_close($connect);
unset($connect);
}
?>
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in c:download.php on line 38
라는 오류가 나요.
도와주세요.
<script>문 않에 넣어서 그런것같은데, 저는 초짜라 잘 모르겠네요.
어떻게 옴겨야할지요.
도움부탁드립니다.
if($id=="download") { // 꼭 수정하세요!
$downp = "10";
$msg1 = "다운로드를 하시려면 ".$downp."포인트가 필요합니다.\n\n다운로드하시겠습니까?";
if(!$dok) {
if($member[point] < $downp) {
echo "<script>
alert('포인트가 ".($downp-$member[point])." 모자랍니다.');
history.go(-1);
</script>";
} else {
echo "<script>
if(confirm('+ '+ '$msg1')) {
header("location:$data[$filename]"); // 여기가 라인38 오류부분
mysql_query("update zetyx_member_table set point=point-$downp where no='$member[no]'");
} else {history.go(-1);}
</script>";
}
}
} elseif($id!="download") {
header("location:$data[$filename]");
}
if($connect) {
@mysql_close($connect);
unset($connect);
}
?>