Cluster,
Soy bastante malo, en esto y halgo estoy haciendo mal, ayudame un poco.
Asi es como lo tengo
$sql = "SELECT * FROM articles WHERE (section='hotels.php') AND (locate2='PV') ORDER BY date";
$result = mysql_query($sql, $link);
Como puedo agregar su SELECT ???
SELECT DATE_FORMAT(date,'%b, %Y') AS fecha_formateada FROM articles ...
Lo intente poniendo
$sql_fecha = "SELECT DATE_FORMAT(date,'%b, %Y') AS fecha_formateada FROM articles";
y despues $result
$result = mysql_query($sql, $sql_fecha, $link);
pero no funciono... GGGRRRRR