At 02:17 PM 1/17/01 -0600, you wrote:
>Oh!
>
>Yeah, Netscape is real goofy and tries to reload the page, but badly...
>
>I *think* you can dink around with the caching headers to convince Netscape
>that it's okay to use the existing copy to print instead of trying to get a
>fresh one.

I used this, the sample from "Core PHP Programming" and it gives me a parse
error
starting on the first line of the change whether the header lines are
before or after 
session_start or the session_ register lines.

<?
session_start();
session_register("name");
session_register("address");
session_register("phone");
session_register("level");
session_register("cardtype");
session_register("cardnum");
session_register("expires");
session_register("email");
session_register("pfnamei");
session_register("plname");
session_register("pssn");
session_register("pocc");
session_register("pdob");
session_register("pblind");
session_register("sfnamei");
header("Last-Modified: " . gmdate("D, d M Y H:i:s) . " GMT");
header("Expires: " . gmdate("D, d M Y H:i:s) . " GMT");
header("Cache-Control: no-cache, must re-validate");
header("Pragma: no-cache");
- 
Larry Jaques, President  1.760.941.8868
DIVERSIFY! Communications  Vista, CA  USA
1991 - Celebrating Our 10th Year in Business - 2001
Comprehensive Website Development  http://diversify.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to