El Arcon

         

 

'); include("$not.htm"); } else listarNotas(); #--------------------------------------------------------- function listarNotas() { $cx = mysql_connect("localhost","malajunta","malajunt319"); $result = mysql_db_query("malajunta","select * from notas",$cx); if ($result) { while($fila = mysql_fetch_array($result)) include "resumen.htm"; } else echo "
No hay notas activas por el momento
"; } ?>