Sylvar has asked for the wisdom of the Perl Monks concerning the following question:
I know I can use DBI and LWP to roll my own web frontend, but surely I'm not the first to do so. I'd welcome suggestions on a recipe that could be given, say, (dbi:mysql:dbname, user, pass) and just brutally gang-search all the columns for a given term, then display (in some sort of HTML table) the records that match.
Heck, I've done it in PHP, I could always tweak it for this project, but it occurs to me there's probably a reasonably easy way to do it in Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Quick way to set up a web frontend to a MySQL database?
by olly (Scribe) on May 16, 2001 at 22:03 UTC | |
|
Re: Quick way to set up a web frontend to a MySQL database?
by rob_au (Abbot) on May 17, 2001 at 02:25 UTC | |
|
Re: Quick way to set up a web frontend to a MySQL database?
by jepri (Parson) on May 17, 2001 at 10:27 UTC | |
|
Re: Quick way to set up a web frontend to a MySQL database?
by asiufy (Monk) on May 17, 2001 at 05:57 UTC |