User Profile

Collapse

Profile Sidebar

Collapse
susee
susee
Last Activity: Apr 2 '08, 09:41 AM
Joined: Mar 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • susee
    replied to Problem with refresh
    in PHP
    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....
    See more | Go to post

    Leave a comment:


  • susee
    replied to Problem with refresh
    in PHP
    Is there any other way to refresh? I mean other than this header refresh which may help refresh my php part alone?
    See more | Go to post

    Leave a comment:


  • susee
    replied to Problem with refresh
    in PHP
    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...
    See more | Go to post

    Leave a comment:


  • susee
    replied to Problem with refresh
    in PHP
    oh thank u....
    then how can i refresh the content is there any other way of doing it apart from hearder()?...
    See more | Go to post

    Leave a comment:


  • susee
    replied to Problem with refresh
    in PHP
    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:...
    See more | Go to post

    Leave a comment:


  • susee
    started a topic Problem with refresh
    in PHP

    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 :...
    See more | Go to post

  • 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.
    See more | Go to post

    Leave a comment:


  • may be similar to that. Help me out in tis......
    See more | Go to post
    Last edited by susee; Mar 6 '08, 03:47 AM. Reason: reply is not complete

    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?...
    See more | Go to post

    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?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...