I can't explain

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
DSM
Forum Contributor
Posts: 101
Joined: Thu May 02, 2002 11:51 am
Location: New Mexico, USA

I can't explain

Post by DSM »

Working on a site where I am using $_SESSION[] to move the info with,
Everything works perfectly on my development box, everthing works perfectly for me when I test on the clients server. Problem is, doesn't work on the clients computer or one in Los Angeles. I have tried the site on 3 different machines from New Mexico.
1 dialup
1 cable broadband
1 dsl

The client surfs to his site, fills out his forms and when he clicks for his invoice, nothing displayed.
I do it, no problems, everything works exactly the way its supposed to, the client even gets an email with my info.

Yes, before you ask, the client dumped his cache. And the LA test, the person had never been to the site before.

Before I go nutz, does anyone have any ideas?
My thought is ISP cache.
kcomer
Forum Contributor
Posts: 108
Joined: Tue Aug 27, 2002 8:50 am

Post by kcomer »

Are cookies on on the machines that dont work?

Just a thought.

Keith
DSM
Forum Contributor
Posts: 101
Joined: Thu May 02, 2002 11:51 am
Location: New Mexico, USA

Post by DSM »

yes, cookies are enabled
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

DSM what kind of setup does your client have on his computer?

Is he trying to view the website you did locally on his computer?

If so what is he using? apache? PWS? unix, windows?
DSM
Forum Contributor
Posts: 101
Joined: Thu May 02, 2002 11:51 am
Location: New Mexico, USA

Post by DSM »

Jim-
He's not trying to view it locally, I'm talkin about when he calls it from his server/host.
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

wow now that is an interesting problem

so you can view it on his server but he cannot...hmmmm

why don't you PM one of us to see if we can view it on the machine? that could possibly narrow the causes down a little
Post Reply