Cita:
Iniciado por daniguillamon Simplemente eso? y si por ejemplo yo tengo el código que he dicho antes...
<?php
$NewsSections = FetchSections('sp_news_sections');
$NewsQuery = $db->Execute("SELECT id,title,date,section FROM `sp_news` ORDER BY `id` DESC LIMIT 6");
while ($NewsRow = $NewsQuery->FetchNextObject()) {
$bgcolor = ($bgcolor == "#FFFFFF" ? "#E9E9E9" : "#FFFFFF");
?>
no haría falta editar nada más?
no se como va esa libreria que usas, pero debe tener alguna variable donde le pasas las otras variables y asi conecta a la BD, haria falta donde haces la conexion y modificar eso.