Re: [PHP] Force refresh of graphic - how?

2003-03-17 Thread Steve Magruder
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks for your suggestions. I had been thinking that it > must be the URL that was causing the caching (same URL, > same thing, right? Sounds good...), so I was planning > on trying something along the lines of what you suggest. > But I

Re: [PHP] Force refresh of graphic - how?

2003-03-16 Thread Justin French
Ok, thanks for the tip :) Justin on 13/03/03 7:53 PM, Ernest E Vogelsinger ([EMAIL PROTECTED]) wrote: > At 23:33 12.03.2003, Justin French said: > [snip] >> Put this code in your shared library of functions (adapted from manual, >> untested): >> > functio

Re: [PHP] Force refresh of graphic - how?

2003-03-13 Thread WilsonCPU
Thanks for your suggestions. I had been thinking that it must be the URL that was causing the caching (same URL, same thing, right? Sounds good...), so I was planning on trying something along the lines of what you suggest. But I was thinking, why a random number? Why not just append the current t

Re: [PHP] Force refresh of graphic - how?

2003-03-13 Thread Ernest E Vogelsinger
At 23:33 12.03.2003, Justin French said: [snip] >Put this code in your shared library of functions (adapted from manual, >untested): >function randNumber($min=1000,$max=9) >{ >// build a seed >list($usec, $sec) = explode(' ', microtime()); >

Re: [PHP] Force refresh of graphic - how?

2003-03-12 Thread Justin French
It's caching an image based on it's URL, so clearly, the browser is not looking for another pic if the URL is the same, based on the settings you have for caching in your browser. Other people's results will vary. The no cache headers on the images SHOULD help, as would no cache headers on the ca

Re: [PHP] Force refresh of graphic - how?

2003-03-12 Thread Ray Hunter
You can use the meta tags to do a refresh of the browser page... example: after content you add the seconds of delay before refresh... More info on the meta tag: http://www.xs4all.nl/~dimaroan/htl/index.html -- Ray On Wed, 2003-03-12 at 09:49, Mark Wilson wrote: > I have a PHP page which in

[PHP] Force refresh of graphic - how?

2003-03-12 Thread Mark Wilson
I have a PHP page which in turn calls an image-creating PHP program, like so: ...(calling page: mypage.php).. makepic.php does database lookups using the values of opt1 and opt2, then creates a graphic (PNG) using that data and returns the graphic. So far, so good... but the graphic is b

Re: [PHP] force refresh?

2002-02-08 Thread Jeff D. Hamann
the page to refresh every 180 seconds. > > HTH > > Sam Masiello > Software Quality Assurance Engineer > Synacor > (716) 853-1362 X289 > [EMAIL PROTECTED] > > - Original Message - > From: "Chris Wright" <[EMAIL PROTECTED]> > To: <[EMAIL PROTE

Re: [PHP] force refresh?

2002-02-07 Thread DL Neil
Jeff, > can i force a browser to refresh using php. =the issue is PHP's server-side-edness. Consider adding an HTML META tag to the page, to call/renew itself every n-seconds. =dn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] force refresh?

2002-02-07 Thread Sam Masiello
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 11:34 AM Subject: RE: [PHP] force refresh? Probably only by writing javascript to the window using php. --- Christopher Wright 303 447 2496 x 107 www.netinfra.com "We'll take care of it." "Net Infras

RE: [PHP] force refresh?

2002-02-07 Thread Chris Wright
art in the success of our business." Juan Carlos Saravia -Original Message- From: Jeff D. Hamann [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 9:02 AM To: [EMAIL PROTECTED] Subject: [PHP] force refresh? can i force a browser to refresh using php. jeff. --

[PHP] force refresh?

2002-02-07 Thread Jeff D. Hamann
can i force a browser to refresh using php. jeff. -- Jeff D. Hamann Hamann, Donald & Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753-7333 Cell. 541-740-5988 [EMAIL PROTECTED] www.hamanndonald.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi