RE: [PHP-DB] Automatically Refreshing png-Image'd Web Page

2004-03-19 Thread Paul Miller
I might be reading this wrong, but I do not think you should put your meta refresh request in the png creation script. It should be in the html body script. Index.php Meta-refresh to call itself in 30 secs Call to img src=php_radio_image_creation_script.php

RE: [PHP-DB] Automatically Refreshing png-Image'd Web Page

2004-03-19 Thread dpgirago
Thanks, Paul, you got it right. I was trying to do it all in one file/page. I'll have a go at your suggestion. dave I might be reading this wrong, but I do not think you should put your meta refresh request in the png creation script. It should be in the html body script. Index.php

Re: [PHP-DB] Automatically Refreshing png-Image'd Web Page

2004-03-19 Thread Adam Voigt
You might want to use iframe's so you can refresh just individual sections when you need to. On Fri, 2004-03-19 at 12:00, [EMAIL PROTECTED] wrote: Howdy Listers, The Background: I am making dynamic, color-coded, png images of the floor plan of a building and displaying them in a browser.