RE: Adding parameters on an internal_redirect()

2000-10-11 Thread Geoffrey Young
> -Original Message- > From: darren chamberlain [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 06, 2000 4:41 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Adding parameters on an internal_redirect() > > > [EMAIL PROTECTED] ([EMAIL PR

Re: Adding parameters on an internal_redirect()

2000-10-06 Thread darren chamberlain
[EMAIL PROTECTED] ([EMAIL PROTECTED]) said something to this effect: > What I'd like to do with a particular type of error is redirect with all the > parameters passed to the error-inducing script plus one tacked on for good > measure. > > So if /blah/foo.pl?bar=1 was the script that generates t

Adding parameters on an internal_redirect()

2000-10-06 Thread MGUCKEYSON
What I'd like to do with a particular type of error is redirect with all the parameters passed to the error-inducing script plus one tacked on for good measure. So if /blah/foo.pl?bar=1 was the script that generates the error, something like $r->internal_redirect( /error/error.pl?type=4 ) would