My question is how to insert the php-code in the iframe-code?
<iframe src=”https://www.google.com/calendar/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=DAY&dates=20101220/20101220& … etc.`
What would each time don’t change by hand the date I would like to insert a PHP-code:
… dates=<?php date(‘Ymd’) ?>/<?php date(‘Ymd’) ?> & …
In this form does not work 🙁