[HOME]

Path : /home/hermanostamargo/ftp/administracion/news/news/estilos/
Upload :
Current File : /home/hermanostamargo/ftp/administracion/news/news/estilos/conectamosconVerT.php

<?
include ("../includes/config.php");
include ("../includes/funciones.php");
 
  $cnx = conectar ();
  $sql = "SELECT id, imagen, enlace FROM bisiontesteranuncios WHERE visible=1 ORDER BY rand()";
  $res= mysql_query($sql) or die (mysql_error());

/*
$colorCabeceraTitulos="#0066CC";
$colorBordes="#0066CC";
$colorBordesBox="#0066CC";
$colorDeFondo="#FFCC66";
*/
?>