Skip to content
Snippets Groups Projects
Unverified Commit ba20bf77 authored by FranciscoKen's avatar FranciscoKen Committed by GitHub
Browse files

debug get all monthly kegiatan

bego emang
parent 8f4c527b
Branches
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
require 'dbConnect.php'; require 'dbConnect.php';
$requestedYear = $_GET['year']; $requestedYear = $_GET['year'];
$requestedMonth = $_GET['month'];
$stmt = $conn->query( $stmt = $conn->query(
"SELECT DAY(`tanggal_kegiatan`) FROM `kegiatan` "SELECT DAY(`tanggal_kegiatan`) FROM `kegiatan`
WHERE (MONTH(`tanggal_kegiatan`) = ".$requestedMonth." AND YEAR(`tanggal_kegiatan`)=".$requestedYear.")" WHERE (MONTH(`tanggal_kegiatan`) = ".$requestedMonth." AND YEAR(`tanggal_kegiatan`)=".$requestedYear.")"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment