sparklywater
08-11-2009, 12:59 AM
I have this code:
$userdateline = $user['date'] .' at '. $user['time'];
Which gives a result like '4th May 2009 at 4:15PM'
How exactly do I change this code to say 'Last visited on 4th May 2009 at 4:15PM' ?
$userdateline = $user['date'] .' at '. $user['time'];
Which gives a result like '4th May 2009 at 4:15PM'
How exactly do I change this code to say 'Last visited on 4th May 2009 at 4:15PM' ?