".mysql_error()); $row = mysql_fetch_array($query); $id_select = $row['id']; ?>
".mysql_error()); $total_sucursales = mysql_num_rows($query) - 1; while ($row = mysql_fetch_array($query)) { $imagen = $row['imagen']; echo "
\n"; } ?>

SUCURSALES

".mysql_error()); while ($row = mysql_fetch_array($query)) { $dire = $row['dire']; $texto = $row['texto']; $link = $row['link']; if($cuenta==1) echo "
"; else echo "
"; echo "

$dire

"; echo "

".nl2br($texto)."

"; if($link) echo "COMO LLEGAR"; echo "
"; $cuenta++; } ?>