イメ-ジカウンタ PHP ファイル
count_img.php


Move Imageに戻る

<?php
/*
 Counterクラスファイル
 count_3.php を読込む
 count_2.php は count_3.php
 から読込まれる
*/
  require_once
   'class/count_3.php';
/*
 イメ-ジカウンタインスタンス
 $CNT2 作成
 '.jpg'の「.」
 'img/'の「/」
 を忘れずに!!
*/
  $CNT2 =
   new Counter_Img
   ('count/c_img.txt',
    'img/','.jpg');
?>