Posted by kicken on 11/13/05 16:49
If you're talking about the response code that is returned with the
output of your script, then it will be 200 unless you change it using a
header() call. If you do a header('Location:') redirect then it changes
to 302 I think.
The other possibility that it would be different is if you're using the
PHP script as an ErrorDocument handler. If that's the case, I think you
can just pass it as a parameter when you setup the error handler.
Navigation:
[Reply to this message]
|