[PHP] Question about Error Redirect (URL ShortCuts)

2003-09-04 Thread ccj
: The $HTTP_RAW_POST_DATA is lost. The error.php page could not get the posted data. Any idea ? Regards, CCJ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Question about Error Redirect (URL ShortCuts)

2003-09-04 Thread ccj
in this case. Best Regards, CCJ > GET data is passed in the URL, POST data is not so loss of the > information would be expected. It sounds like you should use sessions, > it is a better way of passing data between pages. > > Take a look at http://www.php.net/manual/en/ref.session.

Re: [PHP] Question about Error Redirect (URL ShortCuts)

2003-09-04 Thread ccj
Sorry, via ErrorDocument 404 /error.php in httpd.conf setting. See http://www.php.net/mirroring.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php