Is there a way that you can still process a $_POST if the 404 page is php?
Printable View
Is there a way that you can still process a $_POST if the 404 page is php?
Can you please explain your problem in greater detail?
Unless it redirects (which will lose the POST data)... should be able to...
Put this on your 404 page and see if you can process any POST data..
Should work.. I think.PHP Code:<?php
echo "<pre>" . print_r($_POST);
?>
I'm not posting this Google search to be a ****, but the first few links are helpful and easier than posting each individual link:
http://www.google.com/search?sourcei...pache+404+POST