PDA

View Full Version : auto refresh how??



supermobi
04-07-2008, 08:11 AM
hello,
does anybody knows how to automatically refresh a page? i'm building a chatroom but can't get a mobile phone to refresh... i'm trying to use header("refresh:5; url=mydomain.mobi") , and it works if in my computer's browser but not on my cel.

Thanks,

supermobi
04-07-2008, 08:36 AM
Never Mind... I found a very very simple solution.
<meta http-equiv="refresh" content="10;url=new URL">
DUH!!!...

Andres Kello
04-07-2008, 12:06 PM
Never Mind... I found a very very simple solution.
<meta http-equiv="refresh" content="10;url=new URL">
DUH!!!...Thanks for that tip, it worked! Rep+ :)

supermobi
04-08-2008, 12:13 AM
glad I could help.