princepawn has asked for the wisdom of the Perl Monks concerning the following question:
Is there an easy way to recoup the two? One thing which comes to mind is path translation:
really gets served by an Apache handler ala:http://www.website.com/user/bobo/pic/file.jpg
but I dont have the luxury of such a handler because I am being hosted somewhere where I only have CGI access.SELECT pic FROM player WHERE username = 'bobo';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (webappdev) database centralization ease + client-side file caching?
by IndyZ (Friar) on Jul 15, 2001 at 23:43 UTC | |
|
(ar0n) Re: (webappdev) database centralization ease + client-side file caching?
by ar0n (Priest) on Jul 15, 2001 at 23:40 UTC | |
|
Re: (webappdev) database centralization ease + client-side file caching?
by thpfft (Chaplain) on Jul 16, 2001 at 21:11 UTC |