Kathryn Andersen > SQLite-Work > edit.cgi

Download:
SQLite-Work-0.12.tar.gz

Annotate this POD

CPAN RT

New  1
Open  1
View/Report Bugs
Source  

NAME ^

edit.cgi - CGI script to show and edit data from an SQLite database

VERSION ^

This describes version 0.01 of edit.cgi.

SYNOPSIS

    http://www.example.com/edit.cgi?Table=episodes

DESCRIPTION

CGI script to show and edit data for an SQLite database. If run with no arguments, will print a form with tables to select from. Once a table is selected, it prints a form with search criteria; when the search critera are filled in, it will print a table of results to edit.

Configuration

Before the script is run, it needs to be configured. This is done by setting the correct values in the %InitArgs hash (just below if you are looking at the source of this file).

The minimum requirement is to set the 'database' value; this must be the name of the SQLite database file which this script accesses.

See "new" in SQLite::Work and "new" in SQLite::Work::CGI for more information about possible arguments to give.

Author

Kathryn Andersen. <perlkat@katspace.com> Created: 2005

syntax highlighting: