On Sunday 19 May 2002 18:03, savaidis wrote:
> I want to refrech a part of my page (or the whole page) using PHP.
> Periodically, using a time delay.
> Should I use frames?

You cannot refresh part of a page without resending the whole page. You can 
use frames.

> Also I tried to use "header (...)" calling the same page with different
> name (and then back to the same page) but I got the warning:
> "header already send".

*Read* the manual and see what it says about header() and "header already 
send".

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
A great many people think they are thinking when they are merely
rearranging their prejudices.
                -- William James
*/


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

Reply via email to