/[pliva-si]/sections/zaposleni.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /sections/zaposleni.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Wed Nov 7 12:09:58 2001 UTC (22 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.2: +1 -1 lines
mnogo toga

1 dpavlin 1.1 <?
2    
3     $sql="select titula,ime,note,tel,email,pozicija
4 dpavlin 1.2 from zaposleni where $visible_is_true
5 dpavlin 1.3 order by grupa,id
6 dpavlin 1.1 ";
7     # print "$sql";
8     $sth = $dbh->prepare("$sql");
9     $sth->execute();
10    
11     while ($row=$sth->fetchrow_hash()) {
12     $data[]=$row;
13     }
14    
15     $smarty->assign( "data", $data );
16     $main=$smarty->fetch("zaposleni.tpl");
17    
18     ?>

  ViewVC Help
Powered by ViewVC 1.1.26