Hoping that someone can help.
I have a script which is used in a site when the requested page does not physically exist (the content is all dynamic).
What I am finding however is that there seems to be no passing across of $_POST variables when this is done, the env, server etc as all populated but any post variables seem to be lost.
Anyone have a method to use a 404 script and obtain all of the data passed to the missing page?