Hello,
This has been asked in the PHP-General list but thought I'd ask here too.
When printing a page that was POSTed to (i.e. there are variables that came into it from a prev php page), Netscape will not print the contents. Instead it gives a message about the contents expiring in the cache.
I've tried the Header() function and the Meta tag for expiration date. Still no success.
Has anyone been able to take a page that uses database-derived info and then print it without the "Missing Data" error screen showing?