$sql_trabajos = PDB::query("select * from noticies order by data_inici desc");
while($trabajo = $sql_trabajos->fetch()){?>
$sql_imatge = mysql_query("select foto4 from noticies_imatges where entrada = '".$trabajo['codi']."' order by ordre limit 1");$imatge = mysql_fetch_array($sql_imatge)?>
}?>
/*
Learn About our Team & Culture.
*/?>
$text = PDB::fetch("select * from textes where pagina = 1 and seccio = 2");?>
$sql_publicaciones = PDB::query("select * from publicaciones order by data_inici desc");
while($publicacion = $sql_publicaciones->fetch()){?>
$sql_imatge = mysql_query("select foto5 from publicaciones_imatges where entrada = '".$publicacion['codi']."' order by ordre limit 1");$imatge = mysql_fetch_array($sql_imatge)?>
}?>
/*
We’re currently accepting new client projects. We look forward to serving you.
*/?>
$text = PDB::fetch("select * from textes where pagina = 1 and seccio = 3");?>