I have this query:
$result = mysql_query("SELECT postcount,lastpostsubject,DATE_FORMAT(lastpostdate, '%d/%m/%Y'),location,DATE_FORMAT(membersince, '%d/%m/%Y'),DATE_FORMAT(lastactivedate, '%d/%m/%Y') FROM Forum_Users WHERE username='$username'", $connection);
It worked fine before i added the DATE_FORMAT bits. Can anyone please tell me if they can see something wrong with this?? cheers,
BIOSTALL