RE: Help with database generated pop up menu

2002-10-10 Thread Dave Birkbeck
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

Re: Help with database generated pop up menu

2002-10-10 Thread Janek Schleicher
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

Help with database generated pop up menu

2002-10-09 Thread David Birkbeck
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