/[informatika.old]/html/nadji_korisnika.php
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 /html/nadji_korisnika.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Fri Mar 17 12:55:38 2000 UTC (24 years, 1 month ago) by dpavlin
Branch: MAIN, PLIVA
CVS Tags: R0, HEAD
Branch point for: dbi
Changes since 1.1: +0 -0 lines
početni import


1 dpavlin 1.1 <?
2     $conn_mreze = pg_connect("dbname=mreze user=dpavlin");
3     if (isset($sifra)) {
4     $result=pg_Exec($conn_mreze,"select ime,prezime from iso_korisnik where sifra=$sifra");
5     $row=pg_fetch_array($result,$k);
6     print "$sifra: $row[ime],$row[prezime]";
7     Header("Location: $HTTP_REFERER?ime=$row[ime]&prezime=$row[prezime]");
8     }
9     Header("Location: $HTTP_REFERER");
10     ?>

  ViewVC Help
Powered by ViewVC 1.1.26