iginal Message-
From: Janek Schleicher [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 10, 2002 9:10 AM
To: [EMAIL PROTECTED]
Subject: Re: Help with database generated pop up menu
David Birkbeck wrote:
> Can someone help me with creating a script to return certain
information from a Pos
David Birkbeck wrote:
> Can someone help me with creating a script to return certain information from a
>Postgres database to a drop down box on a webpage?
What fails ?
> #!/usr/bin/perl
>
use strict;
use warnings;
> use CGI;
> use DBI;
>
> #Define connection values
> $DBSource = 'dbi:P
Hello,
Can someone help me with creating a script to return certain information from a
Postgres database to a drop down box on a webpage?
#!/usr/bin/perl
use CGI;
use DBI;
#Define connection values
$DBSource = 'dbi:Pg:dbname=mydb';
$DBUsername = 'test';
$DBAuth = 'test';
#Open db connection