AICI
/*$query_reclame_home="select * from home_reclame order by ordine asc";
$rez_reclame_home=SQLexec($query_reclame_home);
$nr_reclame_home=SQLcount($rez_reclame_home);
$i_reclame_home=0;
while ($linie_reclame_home=SQLfetch($rez_reclame_home)) {
$i_reclame_home++;
if($i_reclame_home%2!=0) {
$align_poza="left";
$align_text="right";
}
else
{
$align_poza="right";
$align_text="left";
}
?>
}
?>