function cambiarFormatoFecha($fecha){
list($anio,$mes,$dia)=explode("-",$fecha);
return $dia."-".$mes."-".$anio;
}
?>
NOM DE LA GALERIA
DATA ACTUALITZACIÓ
//include("conex.phtml");
//$link=Conectarse();
$result=mysql_query("select * from fotos ORDER BY fecha DESC");
while($row=mysql_fetch_array($result))
{
$fecha=cambiarFormatoFecha(substr(($row["fecha"]),0,10));
$nombre= $row["nombre"];
$carpeta= $row["carpeta"];
?>