/[corp_html]/back/positions_locations/global.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

Contents of /back/positions_locations/global.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Tue Apr 10 10:12:33 2001 UTC (23 years ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
locations in separate table

1 <?
2 $phormationdir = "../phormation";
3 $DB = "pgsql";
4
5 $fields[] = "location"; $names[] = "Location";
6 $types[]="type=text&width=50&length=250&required=1";
7
8 $fields[] = "email"; $names[] = "Contact e-mail";
9 $types[]="type=text&width=50&length=250&required=1";
10
11 ?>

  ViewVC Help
Powered by ViewVC 1.1.26