ADVERTISEMENT

'Nairaos kaya?': Men taking a leak on sidewalks among over 24,000 nabbed for violating Metro Manila ordinances

Published Apr 8, 2026 12:38 pm
Police and volunteers use fire truck water cannons to eliminate unpleasant smells, ensuring clean, safe, and walkable sidewalks in Quezon City. (photo: QCPD)
Police and volunteers use fire truck water cannons to eliminate unpleasant smells, ensuring clean, safe, and walkable sidewalks in Quezon City. (photo: QCPD)
When police announced that they will strictly enforce local ordinances in Metro Manila, they failed to mention that those who would take a leak on sidewalks would be included.
And two days after the Safer Cities initiative was launched in Metro Manila, the National Capital Region Police Office (NCRPO) disclosed that over 2,700 of those apprehended were caught either urinating on side streets and on electric posts, or littering in public places.
Let that serve as a stern warning!
NCRPO spokesperson Maj. Hazel Asilo said the 2,700 violators for urinating on side streets and littering on public places are among the total of 24,831 people apprehended for various violations of ordinances in Metro Manila.
Of the apprehended violators, a total of 8,075 of them were collared for drinking and smoking in public; 2,672 were nabbed for roaming topless; 2,245 were apprehended for curfew violation; and, 584 for using karaoke beyond 10 p.m.
On Monday, April 6, Department of the Interior and Local Government (DILG) Secretary Jonvic Remulla and PNP chief Gen. Jose Melencio C. Nartatez, Jr. launched the Safer Cities initiative to instill discipline and strengthen peace and order.
The program will first be implemented in Metro Manila and will soon be implemented in key urban areas across the country.
“This program reflects our dedication to not only enforce the law, but to make every neighborhood safer and more livable. We are out here not just to write tickets, but to remind everyone that peaceful communities are built when people follow rules that protect us all,” said Nartatez.
A significant number of those apprehended, including those taking a leak on sidewalks and other partially covered areas alongside the road, were released but warned of harsh penalties if they are caught anew.
Asilo said more than 18,000 were just warned while around 6,300 were fined. On the other hand, a total of 219 violators were charged.
The fines collected for the two-day operations was over P5.6 million and the 17 local government units in Metro Manila will be the beneficiaries.
Even a week before its implementation, the NCRPO has already apprehended a total of 77,315 from March 30 to April 5—most of those arrested were for cases of drinking and smoking in public with 23,579.
In the same week, Metro Manila policemen also responded to a total of and 8,446 violations of using karaoke beyond the allowed time. A total of 7,464 violators were also apprehended for roaming shirtless.
NCRPO director Maj. Gen. Anthony A. Aberin said other offenses included vandalism and curfew violations. The fines collected for the weeklong operations, he said, totaled to ₱18,434,300.00.
“This surge in operations reflects NCRPO's proactive efforts to ensure a safe and secure Metro Manila. By embracing technology-driven policing, we aim to improve the quality of life and combat all forms of criminality, with every arrest contributing to a more disciplined, orderly, and safer community,” Aberin said.
“Our integrated law enforcement and community safety framework prioritizes visibility, rapid response, and the protection of public spaces. Public cooperation has been clear, with a noticeable drop in disorderly conduct in areas with increased police presence,” he added.
Earlier, Nartatez vowed to implement the strict local ordinance implementation with adherence to human rights and rule of law.
He called on the public to follow the local ordinances and report either the violators or policemen who would abuse police authority.

Related Tags

PNP NCRPO ordinance violators Metro Manila
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.