Need php script to load external page

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

    Need php script to load external page

    Hi,

    I run 2 websites, on 2 different domains/servers.

    I need a php script on server A, which when run will go to server B
    at (ex. http://serverB.com/images/counter.gif) and load that image 6
    times, then exit.

    Seems like it would be simple to do, except that I am new and I don't
    know anything about php. Please help this newb.

    Thanks in advance,
  • Geoff Berrow

    #2
    Re: Need php script to load external page

    I noticed that Message-ID: <b4cki1d95atamc 48dnhurdv3cdilv 53vg6@4ax.com>
    from Major Man contained the following:
    [color=blue]
    >I need a php script on server A, which when run will go to server B
    >at (ex. http://serverB.com/images/counter.gif) and load that image 6
    >times, then exit.[/color]

    Load it? HTML will display an image
    <img src="http://serverB.com/images/counter.gif">

    --
    Geoff Berrow (put thecat out to email)
    It's only Usenet, no one dies.
    My opinions, not the committee's, mine.
    Simple RFDs http://www.ckdog.co.uk/rfdmaker/

    Comment

    Working...