/[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

Contents of /sections/zaposleni.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu Sep 20 09:50:24 2001 UTC (22 years, 7 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +1 -1 lines
support for preview, correct absolute and relative paths

1 <?
2
3 $sql="select titula,ime,note,tel,email,pozicija
4 from zaposleni where $visible_is_true
5 order by id
6 ";
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