메뉴 건너뛰기

프로그램언어

조회 수 1302 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
<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_view.php?card=$value','','scrollbars=yes,width=800,height=600')\\"' alt="$value1">
$key: $value1
$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);

?>






<?
print"$imgg";
?>






<script language="javascript"> <br> <br></script>

//=================================================================

하면 자동으로 사진 리스트 만들고 그것을 클릭하면 큰사진 보여주고 .하는 프로그램입니다.
프로그램 여기저기 조림한거라 프로님들께서 조금 다듬어 주세요

  1. 폴더에 사진올려놓고 리스트자동으로 만들기

    Date2019.01.08 Views1302
    Read More
  2. PHP폼 사용시 폼 양식에서 값이 사라질때

    Date2019.01.08 Views1316
    Read More
  3. 애니메이션 gif 와 일반 gif 구분 하기

    Date2019.01.16 Views1316
    Read More
  4. 오늘 날짜 구하기

    Date2019.01.08 Views1323
    Read More
  5. 주간단위 시작일에서 종료일을 셀렉트박스로 만들기.

    Date2019.04.29 Views1339
    Read More
  6. utf-8 문자열을 주어진 바이트로 자르기

    Date2019.04.29 Views1356
    Read More
  7. 생성된 파일생성날짜 업데이트 만들기 / filemtime

    Date2019.01.16 Views1373
    Read More
  8. TIME_TO_SEC 시간 포맷

    Date2019.01.16 Views1381
    Read More
  9. 디비내용을 엑셀 파일로 다운로드 시키는 방법

    Date2019.01.08 Views1393
    Read More
  10. 파일 종류에 따른 아이콘표시하기 함수

    Date2019.01.16 Views1421
    Read More
  11. php/asp에서 가상번호 부여와 가상번호를 거꾸로 적용

    Date2019.01.08 Views1429
    Read More
  12. RSS json_decone 사용방법

    Date2019.01.16 Views1430
    Read More
  13. 문자 숫자 중복 데이타 값 삭제 array_unique 함수

    Date2019.01.16 Views1437
    Read More
  14. PHP 가변변수 $$

    Date2019.02.19 Views1449
    Read More
  15. 새창열 때 HTTP_REFERER 값넘기는 꽁수

    Date2019.01.08 Views1454
    Read More
  16. PHP에서 UTF와 EUC-KR 변환

    Date2019.02.19 Views1554
    Read More
  17. PHP $_SERVER 함수

    Date2019.02.25 Views1558
    Read More
  18. 내 계정 용량 체크

    Date2019.01.08 Views1598
    Read More
  19. 파일 및 데이타베이스 백업

    Date2019.01.08 Views1610
    Read More
  20. JAVASCRIPT 차트, 그래프 모음 (php chart, graph )

    Date2021.03.26 Views1624
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved