묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
PHP 제로보드 코멘트 함수?
2004.06.27 14:50
팁을 보다가 비밀글의 글쓴이 이름을 알게 하는 팁이 있습니다.
그런데 이런식으로 하면 코멘트를 남긴 사람의 이름은 어떤 함수로 바뀌는지 알고 싶습니다.
<?
if($member[level]==1){ $data2=mysql_fetch_array(mysql_query("select * from $member_table where no='$data[ismember]'"));
// 여기는 바로 레벨이 1일경우 글쓴이의 정보를 가져오는것입니다
}?>
그런데 이런식으로 하면 코멘트를 남긴 사람의 이름은 어떤 함수로 바뀌는지 알고 싶습니다.
<?
if($member[level]==1){ $data2=mysql_fetch_array(mysql_query("select * from $member_table where no='$data[ismember]'"));
// 여기는 바로 레벨이 1일경우 글쓴이의 정보를 가져오는것입니다
}?>