User Profile
Collapse
-
I ve tried satas' idea already, but if i do so my page will display the content in an unpreffered manner. I want to display the HTML widget inside which I have to display the output form the PHP part.Help me out to do this.... -
Is there any other way to refresh? I mean other than this header refresh which may help refresh my php part alone?Leave a comment:
-
Thanks for your reply markusn00b but as I din turn back to office for few days I could not continue..you have caught my exact issue... I need to erfresh my php part not jus the page.I have to call the fetch rss () every 5 seconds.
Thanks in advance...
Susee...Leave a comment:
-
oh thank u....
then how can i refresh the content is there any other way of doing it apart from hearder()?...Leave a comment:
-
Actually I have a widget inside which Im displaying the o/p from the php script which worked good for static case and giving this error when I tried to make it dynmic by refreshing.On line 3 I ve defined the style of the widget.
code snippets:
<html>
<head>
<style>--- line no : 3
.widget{
width: 300;
min-height: 50px;
border: 1px solid #CACACA;
background-color:...Leave a comment:
-
Problem with refresh
header("refresh : 5; $url");
i used the above code to refresh the contents of a page every 5 seconds.
but i got the following errosr
Warning: Cannot modify header information - headers already sent by (output started at c:\rss\magpie_s imple_2.php:3) in c:\rss\magpie_s imple_2.php on line 86
so i added these two lines
header("Cache-Control: no-cache, must-revalidate");
header("Expires :... -
hi
i have a php script inside html.i used <meta http-equiv="refresh" content="10"> in the body of the page,the page is getting refreshed but the php script is not getting refreshed to get the updated data.so guys pls tel us the exact solution for getting the refreshed data.for this we need a php statements to refresh.
i think am quite clear now.Leave a comment:
-
may be similar to that. Help me out in tis......Leave a comment:
-
Let me explain in detail, I ve a HTML page in which I display some values reading from an XML which change dynamically.I have used PHP to read from the xml. Now my problem is to get the xml entries whenever i refresh my page. How can i do this?...Leave a comment:
-
is thr any equivalent statement in php to refresh the content like meta tag(<meta http-equiv="refresh" content="10">) in HTML?Leave a comment:
No activity results to display
Show More
Leave a comment: