i have this php code so far

 <?
 $today = getdate();
 $date = date("mdY", strtotime("$today"));
$type = "LSRW";
$job = 3;

$final = "$date$job$type";
 echo"&nbsp;"; echo $final
 ?>

inwhich produces: 123119693LSRW

it saying it's 1969,,   why ?? can anyone help so it says the right 
date,         thanks




 



[Non-text portions of this message have been removed]

Reply via email to