<meta http-equiv="page-enter" content="revealtrans(duration=1, transition=18)" /><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=euc-kr" /><meta http-equiv="page-enter" content="revealtrans(duration=1, transition=18)" />원본사진은 photo 에 만들고
작은사진은 photo/small 에 만든다
// photo/index.php 의 내용 ============================
<?php
function phpls($dir)
{
$handle=opendir($dir);
while ($file = readdir($handle))
{
$list[] = $file;
}
closedir($handle);
return $list;
}
$dir="./small/"; // 현재 디렉토리
$dir=phpls($dir);
print"
<script language="JavaScript"> <br> <br> </script>
";
$aa=0;
while (list($key,$value) = each($dir))
{
if (strlen($value)>5) { $value1="./".$value; }
if ($value) {
if (eregi(".JPG",$value1)) {
$img .= "";
}
if ($key%6==0) { $img .= ""; }
}
}
$img .= "
";
?>
<?=$img?>
//photo/img_view.php 의 내용 ==============================================
<script language="JavaScript"> <br> <br> </script>
<script language="javascript"> <br> <br></script>
//=================================================================
하면 자동으로 사진 리스트 만들고 그것을 클릭하면 큰사진 보여주고 .하는 프로그램입니다.
프로그램 여기저기 조림한거라 프로님들께서 조금 다듬어 주세요
작은사진은 photo/small 에 만든다
// photo/index.php 의 내용 ============================
<?php
function phpls($dir)
{
$handle=opendir($dir);
while ($file = readdir($handle))
{
$list[] = $file;
}
closedir($handle);
return $list;
}
$dir="./small/"; // 현재 디렉토리
$dir=phpls($dir);
print"
<script language="JavaScript"> <br> <br> </script>
";
$aa=0;
while (list($key,$value) = each($dir))
{
if (strlen($value)>5) { $value1="./".$value; }
if ($value) {
if (eregi(".JPG",$value1)) {
$img .= "";
}
if ($key%6==0) { $img .= ""; }
}
}
$img .= "
img_view.php?card=$value','','scrollbars=yes,width=800,height=600')\\"' alt="$value1"> $key: $value1 |
?>
<?=$img?>
//photo/img_view.php 의 내용 ==============================================
<script language="JavaScript"> <br> <br> </script>
<? function img_resize($filename,$pixel) { $image_size = GetImageSize($filename); if($image_size[0]) { if($image_size[0] > $pixel) { $resize = $pixel / $image_size[0]; $re_height = (int)($image_size[1] * $resize); $upload_image2 =" width=$pixel height=$re_height "; } if($image_size[1] > $pixel) { $resize = $pixel / $image_size[1]; $re_width = (int)($image_size[0] * $resize); $upload_image2 =" width=$re_width height=$pixel "; } } $upload_image1=" //if($image_size) if($image_size[0] > $pixel) $upload_image2 =" width=$pixel height=$re_height "; $upload_image = $upload_image1.$upload_image2." name='img_view' onclick=\\".javascriptwindow.close();\\" style=\\"cursor:hand;\\" border=0 alt='$filename'>"; //print" $upload_image;"; return $upload_image; } $card1="./".$card; $filename = "./".$card; $pixel = "700"; $imgg= img_resize($filename,$pixel); ?>
|
<script language="javascript"> <br> <br></script>
//=================================================================
하면 자동으로 사진 리스트 만들고 그것을 클릭하면 큰사진 보여주고 .하는 프로그램입니다.
프로그램 여기저기 조림한거라 프로님들께서 조금 다듬어 주세요