|
◆ echo $boardname; ?> --;;;
|
$result0=mysql_query("select see from $storyboard where id=$id");
$row0=mysql_fetch_array($result0);
$see=$row0[see]+1;
$sql=mysql_query("update $storyboard set see=$see where id=$id");
$result=mysql_query("select * from $storyboard where id=$id");
$row=mysql_fetch_array($result);
$storycomment= nl2br($row[comment]);
$storycomment=str_replace("$search","$search",$storycomment);
$name=htmlspecialchars($row[name]);
$storytitle=nl2br($row[title]);
$fileupname=$row[filename];
?>
|
제목 : echo $storytitle; ?>
|
| 글쓴이: echo $name; ?> |
날짜: echo $row[date]; ?> |
|
|
if($fileupname) {
echo " ";
echo " \n";
}
$seoro_musicok=eregi("music_ok",$storycomment);
if($seoro_musicok){
echo $storycomment;
} else {
$embedxcomment=eregi_replace("embed|bgsound","xxxdd",$storycomment);
echo $embedxcomment;
}
?>
|
|
|
|