|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-14 16:35 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 28 16:00:01 2026 UTC |
I have a page that is the result of POSTing to a php script. The script calls data out of Oracle and displays it in a table. When printing in Netscape, I get "Missing Post reply data" errors. The exact same page properly prints in IE5. I have attempted header ("Expires: Mon, 26 Jul 2010 05:00:00 GMT"); and <META NAME="expiration" CONTENT="31 January 2002"> with no success. Users should be able to print these data-derived pages within Netscape. Config info: './configure' '--enable-sigchild' '--with-oci8' '--enable-track-vars' '--enable-trans-sid' '--with-apache=../apache/apache_1.3.12'