in reply to Re: Need buttons on web page for retrieving database values
in thread Need buttons on web page for retrieving database values
In general, I'd agree w/ you about separating different pieces of functionality; though a general approach I've been taking recently is to have one main script which contains some dispatch code--upon receiving a new request, it determines the nature of the request, then hands it off to the appropriate handler, where each handler is generally stored in its own module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: Need buttons on web page for retrieving database values
by plaid (Chaplain) on Mar 28, 2000 at 07:42 UTC |