Terra Azul - Tecnologia de Polímeros Naturais - index.html
$sql = "select
*
from " . SYSTEM . "album4 a
where a.cod_pagina=8 order by a.ordem asc limit 10
";
$qryy = $db->Execute($sql);
foreach ($qryy->GetArray() as $k => $v) {
?>
$sql = "select
*
from " . SYSTEM . "album4 a
where a.cod_pagina=9 order by a.ordem asc limit 10
";
//echo $sql;
$qryy = $db->Execute($sql);
foreach ($qryy->GetArray() as $k => $v) {
?>