include ("../../Conexiones/funciones.php"); $idapartado = 13; $apartado = "Ediciones anteriores"; ?>
|
||||||
|
|
||||||
|
// MOSTRAMOS EL LISTADO DE EDICIONES:
AbreConexion();
$sql = "SELECT * FROM EDICIONESANTERIORES ORDER BY idedicion";
$contenedor = mysql_query($sql,$conexion) or die(mysql_error());
$num = 0;
while ($Datos = mysql_fetch_array($contenedor)){
?>
|