Hi
I know very little php by now, I understand code, but can't write  yet.
<?php
include 'mypage.html';
?> 
would include that html into my php page. 
But let's say I need it a bit more advanced.
Pics sorted by dated folders  [2011-08-24] [2011-08-25]
Is there a codesnippet that will get the files from correct folder?
A la <?php   include '<dateoftoday>/filename.html' ?>
Or do I then in addition have a small script that actually checks the date to?
Cheers
M

rten