Intenta asi y me dices:
Código PHP:
Ver original<?php
include('conection.php');
$id_usuario=$_SESSION[id_usuario];
mysql_query("SELECT * FROM fotos WHERE id='$id' ORDER BY fecha DESC LIMIT 5"); echo "<img src='archivosusuario/fotos/$mostrar[codigo]' height='200px' width='200px'>";
}
?>
asegurate que la tabla fecha tenga formato:
DATE o TIMESTAMP.
Bye