The question for me is, do they work under Apache2 or are they only
working for Apache 1.3
On Sat, 20 Nov 2004 14:05:16 -0800 (PST), Fred Moyer
<[EMAIL PROTECTED]> wrote:
> > Use clickcartpro its Perl, its easy , and it rocks!
> >
>
> Interchange is also worth taking a look at.
>
> http://www.ic
Paint me purple and color me an idiot, nevermind, I found my problem.
thanks yall anyway.
On Thu, 18 Nov 2004 20:13:19 -0700, Robert Ferney <[EMAIL PROTECTED]> wrote:
> I am experancing the following undesirable behavior.
>
> My code looks somethign like this..
>
> $r->
I am experancing the following undesirable behavior.
My code looks somethign like this..
$r->print("Some htmlish bits");
$r->rflush;
$r->sendfile("/path/to/somefile");
$r->print("Some more htmlish bits");
$r->rflush;
$r->sendfile("/path/to/someotherfile");
which I do twice before I finish the r