20260617
<?php $date = date('Ymd'); echo $date; //=> 20110407 echo '<br />'; $titre = 'T_'.$date; $T_20110407 = 'test'; echo $$titre; // => test echo '<hr />'.phpversion(); echo '<hr />'; echo highlight_file(__FILE__); ?>