0, "today_count" => 0, "year_count" => 0, "last_date" => $current_date, "last_year" => $current_year ]; // 2. Ambil data dari file jika ada if (file_exists($file)) { $json = json_decode(file_get_contents($file), true); if (is_array($json)) { $data["total"] = $json["total"] ?? 0; $data["today_count"] = $json["today_count"] ?? 0; $data["year_count"] = $json["year_count"] ?? 0; $data["last_date"] = $json["last_date"] ?? $current_date; $data["last_year"] = $json["last_year"] ?? $current_year; } } // 3. Validasi reset rentang waktu (Harian & Tahunan) if ($data["last_date"] !== $current_date) { $data["today_count"] = 0; $data["last_date"] = $current_date; } if ($data["last_year"] !== $current_year) { $data["year_count"] = 0; $data["last_year"] = $current_year; } // 4. Tambahkan hitungan $data["total"]++; $data["today_count"]++; $data["year_count"]++; // 5. Simpan kembali ke file file_put_contents($file, json_encode($data, JSON_PRETTY_PRINT)); $total = number_format($data["total"]); ?> SLBN Prof. Dr. Sri Soedewi MS., SH. Jambi | Website Resmi
Logo SLBN Prof. Dr. Sri Soedewi MS, SH Jambi

SLBN PROF. DR. SRI SOEDEWI MS., SH. JAMBI

Jl. Depati Parbo Kel. Pematang Sulur, Telanaipura Kota Jambi

Berita & Kegiatan

Profil Sekolah

Visi & Misi

Layanan Kekhususan

Keterampilan

Kurikulum

Kesiswaan

Guru & Tendik

Portal Pembelajaran

Sarana & Prasarana

Kerja Sama & Humas

Prestasi Siswa

Galeri Sekolah

SPMB

Website lama

Hubungi Kami