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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Mar 12 16:01:23 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
analysts coverage

1 <?
2 $phormationdir = "../phormation";
3 $DB = "pgsql";
4
5 $fields[] = "company"; $names[] = "Company:";
6 $types[]="type=text&width=25&length=50&required=1";
7
8 $fields[] = "analyst"; $names[] = "Analyst name:";
9 $types[]="type=text&width=25&length=50";
10
11 $fields[] = "email"; $names[] = "e-mail:";
12 $types[]="type=text&width=25&length=50";
13
14 ?>

  ViewVC Help
Powered by ViewVC 1.1.26