File: D:/HostingSpaces/TWijnstra/wijnstra.com/wwwroot/rss/rss_first_dayofmonth.php
<?php
header('Content-Type: application/xml; charset=utf-8');
// Altijd de eerste dag van de huidige maand in ddmmyyyy
$datum = date('dmY', strtotime('first day of this month'));
?>
<?xml?><rss xmlns:spotler="http://api.spotler.nl/rss/spotler/">
<channel>
<title>Spotler Group</title>
<link>https://www.spotler.com</link>
<language>nl</language>
<pubDate>04 December 2025</pubDate>
<item>
<title>12022026</title>
</item>
</channel>
</rss>