> What I'm trying to accomplish:
>
> Someone posts some data.
> I detect they are not logged in.
> I stop processing (because they might not have privs to do what they are
> posting)
> I redirect to a login page.
What I do here is something like this:
$http_headers_out{'Location'} = "/login/";
exit();
HTH
-Neil
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Stop processing script upon die Marcus R. Popetz
- Re: Stop processing script upon die Neil Gunton
- Re: Stop processing script upon die Neil Gunton
- Re: Stop processing script upon die Marcus R. Popetz
- Re: Stop processing script upon die Marcus R. Popetz
- Re: Stop processing script upon die Neil Gunton
- Re: Stop processing script upon die Marcus R. Popetz
- Re: Stop processing script upon die Neil Gunton
- Re: Stop processing script upon die Gerald Richter
