in ASP there is a function which enables the browser to refresh the page with out actually reloading the page it is like a dynamic content field of sorts but i was wondering if php has a similar function and what is it called?
would help to know what ASP function you are refering to...
in PHP i always jsut use a META refresh if i want an auto-updating page with dynamic info....
yeh i know but i am trying to avoid auto refresh and i would tell ya if i could remember the asp function, ill keep trying to find it but i dont know crap bout asp except /% %/ might be the same as <?php ?>
nvm m8 sorri to waste ur time i just found the page i was on for asp and its not actualy a function but what it is is asp writting to the page when it is sent the data from a iframe 1x1 pix that is auto refreshing...
It appears that in order to do this, the easiest way is to utilize innerhtml and dynamically write new text to the page with that, and have the invisible frame do the refreshing. The only problem with that is, I dont know how to access div ids in a different frame than the one I'm gathering the new text from.
Quoted from ASPfree.com
Thx ne ways m8