RE: Redirect w/data

2000-09-10 Thread Joe Lauer
I'm not quite sure why this is difficult? [- $http_headers_out{'Location'} = $fdat{Errorpage} . "?err=Error%20Occurred" -] or you could just store the error in a session variable and then redirect. -joe __ joe lauer rootl

Redirect w/data

2000-09-10 Thread Kaare Rasmussen
Hi I want to go to another page if some condition arises. I can do this [- $http_headers_out{'Location'} = "$fdat{Errorpage}" -] But what if I want to pass a variable? In fact I want the error page to display the content of a error variable. Of course it is possible to construct a "GET" type s