SSI question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ian

    SSI question

    I have a web page which has a number of items on it including a couple
    of includes which run php scripts and display a small amount of dynamic
    data. What I'd like is for the page to automatically refresh the
    includes but without loading up the whole web page every time which is
    what is happening currently since I am using a "META HTTP-EQUIV=Refresh"
    call. Is there a way of doing this, ie selectively refreshing the
    include statements automatically?

    Thanks in advance for any help.


  • Ian

    #2
    Re: SSI question

    It's OK, I've sorted it out now.


    On Tue, 07 Jun 2005 10:58:23 GMT, Ian <ian@home.com > wrote:
    [color=blue]
    >I have a web page which has a number of items on it including a couple
    >of includes which run php scripts and display a small amount of dynamic
    >data. What I'd like is for the page to automatically refresh the
    >includes but without loading up the whole web page every time which is
    >what is happening currently since I am using a "META HTTP-EQUIV=Refresh"
    >call. Is there a way of doing this, ie selectively refreshing the
    >include statements automatically?
    >
    >Thanks in advance for any help.
    >[/color]

    Comment

    • Steven (remove wax and invalid for reply)

      #3
      Re: SSI question

      Ian,

      It would be helpful if you could mention your solution, or maybe just a
      link to where you found some help?

      One of the reasons I read this group is, a lot of times somebody will
      have a problem that others have not run across yet. Even if we don't
      need the answer now, it's good to know that there is one.

      Thanks

      Steven



      Ian wrote:[color=blue]
      > It's OK, I've sorted it out now.
      >
      >
      > On Tue, 07 Jun 2005 10:58:23 GMT, Ian <ian@home.com > wrote:
      >
      >[color=green]
      >>I have a web page which has a number of items on it including a couple
      >>of includes which run php scripts and display a small amount of dynamic
      >>data. What I'd like is for the page to automatically refresh the
      >>includes but without loading up the whole web page every time which is
      >>what is happening currently since I am using a "META HTTP-EQUIV=Refresh"
      >>call. Is there a way of doing this, ie selectively refreshing the
      >>include statements automatically?
      >>
      >>Thanks in advance for any help.
      >>[/color]
      >
      >[/color]



      "You can fix it on the drawing board with an eraser or you can
      fix it on the site with a sledgehammer." -- Frank Lloyd Wright

      Comment

      Working...