hi folks
im trying to get the date, then putting the date into an array so i can store the data
<?php
$d_ate = date('d F Y W, G:i:s');
$array_date = array(d, F, Y, W, G, i, s, $d_ate);
print $array_date[2];
?>
the array is working as should but the data from the date is not getting into iut somehow.
Any ideas
David