cache problem?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
styrmstread
Forum Newbie
Posts: 4
Joined: Mon Sep 29, 2003 11:09 am

cache problem?

Post by styrmstread »

hello all,
I have the following problem.

I have a "client" fill out a PDF form(1). This form is submitted to a php script(2), which is a one field form that is submitted to another php script(3).

ok, If I remove (2) and have (1) go to (3) everything works fine. The problem is when I add (2).
On some computers everything is good. On others I get a "Page cannot be displayed" error, or if I turn off friendly error messages, the page is just blank.
Also, the computers that the code does NOT work on opens the page in a temporary folder i.e. C://Documents And Settings/...

whereas the computers that execute the code correctly have the actual web address in the address bar i.e. http://domain.com/scripts/name.php

I don't know much about caching, but is this a caching problem? Why would this work on some computers and not others. I have checked all visible Internet Options settings and they are identical on working and non working computers.

I know that this is rather vague, but any information would be appreciated.
Thanks
Post Reply