NAME
browse_db.cgi
DESCRIPTION
this cgi script displays the result of queries to a data base.
queries can be saved and re-used later.
queries are saved by Data::Denter and thus the query file can be manually edited if need be.
SYNOPSYS
copy this script in a CGI directory and make it executable by the web server
You will need 2 files:
- a password file, which holds the password for the DB (must be readable by the server)
- a file to store the queries (the server must have write access to it)
PRE-REQUISITE
- A web server
- A database
- Perl modules: CGI, DBI, Data::Denter (available from CPAN), a DBD to the database
AUTHOR
Michel Rodriguez <xmltwig@gmail.com>
Copyright (c)2000-2002 Michel Rodriguez. All rights reserved.
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.