[PHP] need manual reload on Mac client

2005-05-09 Thread Francesco Casalena

Hi,



I've a strange problem on this scenario:



-SERVER MacOs X server w/

Apache's httpd2, MySql Max, PHP5



-CLIENT1 MacOs X w/ Netscape (JS enabled)

-CLIENT2 Linux 2.6 w/ Netscape (JS enabled also)



In a web application, I need to open a JS window

within data came from MySql and processed by PHP.

On CLIENT1 the JS window opens ok, but doesn't

contain the right data, I need a manual reload 

to view them.

On CLIENT2 all works well.

I've seen MySql's log, in both cases queries

are right and done in appropriate time. 

PHP code includes coockie.



Any idea? Should be a browser (or JS) error 

or a PHP for Mac mistake?



Regards, thanks in advance!

Ciao,

Francesco

---
Scegli il tuo dominio preferito e attiva la tua email! Da oggi
l'eMail di superEva e' ancora piu' veloce e ricca di funzioni!
http://webmail.supereva.it/new/
---

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] need manual reload on Mac client

2005-05-09 Thread Mark Rees


-Original Message-
From: Francesco Casalena [mailto:[EMAIL PROTECTED] 
Sent: 09 May 2005 10:18
To: php-general@lists.php.net
Subject: [PHP] need manual reload on Mac client



Hi,



I've a strange problem on this scenario:



-SERVER MacOs X server w/

Apache's httpd2, MySql Max, PHP5



-CLIENT1 MacOs X w/ Netscape (JS enabled)

-CLIENT2 Linux 2.6 w/ Netscape (JS enabled also)



In a web application, I need to open a JS window

within data came from MySql and processed by PHP.

On CLIENT1 the JS window opens ok, but doesn't

contain the right data, I need a manual reload 

to view them.

On CLIENT2 all works well.

I've seen MySql's log, in both cases queries

are right and done in appropriate time. 

PHP code includes coockie.



Any idea? Should be a browser (or JS) error 

or a PHP for Mac mistake?
--
It's hard to say without any code to look at.

It might be a caching problem - do you see the old data on the Mac? If
so, adjust your browser settings, or if you need this to work reliably,
try giving the window a unique name (use a timestamp or similar).
--


Regards, thanks in advance!

Ciao,

Francesco

---
Scegli il tuo dominio preferito e attiva la tua email! Da oggi l'eMail
di superEva e' ancora piu' veloce e ricca di funzioni!
http://webmail.supereva.it/new/
---

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Gamma Global : Suppliers of HPCompaq, IBM, Acer, EPI, APC, Cyclades, D-Link, 
Cisco, Sun Microsystems, 3Com

GAMMA GLOBAL (UK) LTD IS A RECOGNISED 'INVESTOR IN PEOPLE' AND AN 'ISO 9001 
2000' REGISTERED COMPANY

**

CONFIDENTIALITY NOTICE:

This Email is confidential and may also be privileged. If you are not the
intended recipient, please notify the sender IMMEDIATELY; you should not
copy the email or use it for any purpose or disclose its contents to any
other person.

GENERAL STATEMENT:

Any statements made, or intentions expressed in this communication may not
necessarily reflect the view of Gamma Global (UK) Ltd. Be advised that no 
content
herein may be held binding upon Gamma Global (UK) Ltd or any associated company
unless confirmed by the issuance of a formal contractual document or
Purchase Order,  subject to our Terms and Conditions available from 
http://www.gammaglobal.com

EOE

**
**


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] need manual reload on Mac client

2005-05-09 Thread Brent Baisley
I would first look to the browser configuration and your html code. Are 
you using meta tags in your web page like pragma nocache and page 
expiration? If not, then it's really kind of up to the browser if it's 
going to reload the entire page from the server. I know there have been 
issues with Internet Explorer ignoring even the meta tags and http 
directives (maybe only on the Mac).

If it is a server issue, it is most likely the Web Performance Cache 
piece of OS X server. I would turn that off if you are not dealing with 
mainly static content.

But, I would first make sure you have all  the proper html and http 
directives and code. There is a lot of leeway in how browsers act when 
left to there own decisions.

On May 9, 2005, at 5:17 AM, Francesco Casalena wrote:
Hi,
I've a strange problem on this scenario:
-SERVER MacOs X server w/
Apache's httpd2, MySql Max, PHP5
-CLIENT1 MacOs X w/ Netscape (JS enabled)
-CLIENT2 Linux 2.6 w/ Netscape (JS enabled also)
In a web application, I need to open a JS window
within data came from MySql and processed by PHP.
On CLIENT1 the JS window opens ok, but doesn't
contain the right data, I need a manual reload
to view them.
On CLIENT2 all works well.
I've seen MySql's log, in both cases queries
are right and done in appropriate time.
PHP code includes coockie.
Any idea? Should be a browser (or JS) error
or a PHP for Mac mistake?
Regards, thanks in advance!
Ciao,
Francesco
---
Scegli il tuo dominio preferito e attiva la tua email! Da oggi
l'eMail di superEva e' ancora piu' veloce e ricca di funzioni!
http://webmail.supereva.it/new/
---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
Brent Baisley
Systems Architect
Landover Associates, Inc.
Search  Advisory Services for Advanced Technology Environments
p: 212.759.6400/800.759.0577
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php