include "shoptop_board.php";
$_SESSION[loginsessionid]="$loginsessionid";
srand((double)microtime()*1000000); //랜덤함수를 초기화 하고
$loginsessionid=rand(100000,999999); //랜덤값을 만들고
$_SESSION[loginsessionid]="";
?>
$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);
$name=htmlspecialchars($row[name]);
$storygija=$row[gija];
$storytitle=nl2br($row[title]);
$storytitleok=ereg("펜을들며",$storytitle);
$fileupname=$row[filename];
$filesize=$row[filesize];
$filepix=$row[filepix];
$storycomment=trim($row[comment]);
$storycomment = stripslashes($storycomment);
if(eregi("
' echo $storytitle; ?>'
|
[ echo $row[date]; ?>]
|
if($fileupname || $storytitleok) {
if($filepix == 1) {
echo " ";
echo "";
echo $storycomment;
} else if($filepix == 2) {
// 본문에 그림 삽입
?>
} else if($filepix == 5) {
// 본문에 그림 삽입
?>
} else if($filepix == 6) {
// 본문에 그림 삽입
?>
} else if($filepix == 3) {
// 본문에 그림 삽입
?>
//본문에 그림 삽입끝
} else {
if($fileupname || $storytitleok) { // 펜을들며
$fileupnamea=$storyboard."/".$fileupname;
$save_dir=stripslashes($fileupnamea);
$size=@GetImageSize($save_dir); //이미지의 가로세로길이를 가져온다.
$width=550; //화면에 보여질 최대 넓이를 정한다.
//실제 이미지 사이즈가 지정된 넓이보다 작거나 같으면 현재 사이즈를 유지한다.
if($size[0]<=$width) {$width=$size[0]; $height=$size[1];}
//지정한 넓이보다 크면
else
{
//가로는 지정한 크기만큼 지정한다.
$width=$width;
//실제너비가 축소되었기때문에 축소된 비율을 구한다.
$rate=($width/$size[0]);
//높이도 실제너비가 축소된 비율만큼의 비율로 축소해 준다.
$height=round($size[1]*$rate);
$smallimg=y;
}
?>
}
} else {
echo $storycomment;
}
?>
|
$yourhome_yoururl = "www.gsnews.co.kr";
$yourhome_company = "거창시사뉴스";
?>
|
include "shopbottom.php"; ?>