php-windows Digest 15 Sep 2003 23:47:10 -0000 Issue 1911

Topics (messages 21386 through 21389):

Re: clearing cache ......
        21386 by: Piotr Pluciennik
        21387 by: J.Veenhuijsen

calling a php script
        21388 by: Gerardo Rojas

install remote desktop from php
        21389 by: Comex

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Before sending your graph with: 

Imagegif($im);

try things like that:

Header("Expires: Fri, 10 Jun 1976 07:00:00 GMT");

HTH
Piotr

--- toby z <[EMAIL PROTECTED]> wrote:
> hay guyz
> 
> this is a rather silly thing
> but its starting to drive me now
> 
> i have a page with a million switches .... checkin
> and including
> files for each case .....
> 
> the files on their turn run a few queries 
> and then each calls a file generate graph 
> which generates a graph for the query rum earlier in
> the caller file
> 
> u know the works .....
> 
> the problem is
> 
> each file passes to the grapgh file the data fetched
> and the title of
> the graph
> 
> unless i re-fresh the page the graph displayed last
> keeps appearing
> and re-appearing 
> with the old title n old data u know .....
> caching the old one ...... :S
> 
> i stumbled upon clearstatcache()
> but it aint seem to be workin either
> 
> 
> and another thing
> this screwup happens only on remote machines not on
> ma own 
> not on the server u know ......
> 
> what else can i do to clear the cache without having
> to tell ma
> clients to refresh the page each time 
> (they cant even turn the compu on properly ...... :)
> )
> 
> will sumbdy plz tell me .....
> as im pretty lost in the cache clearing thinggy
> .....
> 
> 
> thnx a mill guyz
> 
> toby
> 
> 
> 
>
________________________________________________________________________
> Want to chat instantly with your online friends? 
> Get the FREE Yahoo!
> Messenger http://mail.messenger.yahoo.co.uk
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

--- End Message ---
--- Begin Message ---
header ("Pragma : no-cach");
or
header ("Cache-Control : no-cache, must-revalidate");
?

Jochem


Toby z wrote:
hay guyz

this is a rather silly thing
but its starting to drive me now

i have a page with a million switches .... checkin and including
files for each case .....

the files on their turn run a few queries and then each calls a file generate graph which generates a graph for the query rum earlier in the caller file

u know the works .....

the problem is

each file passes to the grapgh file the data fetched and the title of
the graph

unless i re-fresh the page the graph displayed last keeps appearing
and re-appearing with the old title n old data u know .....
caching the old one ...... :S


i stumbled upon clearstatcache()
but it aint seem to be workin either


and another thing
this screwup happens only on remote machines not on ma own not on the server u know ......


what else can i do to clear the cache without having to tell ma
clients to refresh the page each time (they cant even turn the compu on properly ...... :) )


will sumbdy plz tell me .....
as im pretty lost in the cache clearing thinggy .....


thnx a mill guyz


toby



________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk

--- End Message ---
--- Begin Message ---
I'm trying to call a php script from another php script.  I have the script name in a 
variable.  Any suggestions on how to implement this?  I tried the "back-tick" and the 
exec.  I even tried doing it with a *.bat file.  Nothing seems to work.  I'm on W2k 
and php 4.3.3


--- End Message ---
--- Begin Message ---
I have a remote windows machine that has Apache/PHP5 installed, and am able
to connect via VPN to it.  However I need some sort of remote desktop, and
can only use PHP to install it... is this possible?

--- End Message ---

Reply via email to