1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Looking for some help....

Discussion in 'HTML & Website Design' started by NewComputer, Feb 7, 2005.

  1. #1
    I am need of some assistance. I have (had) a client who I was going to do some work for locally here. He owns a local hockey team. I am trying to pull some information via php from another website. My php skills are getting better, BUT, they are know where near where they should be. Anyways, I am offering 3 PR4 page anchor text backlinks and 1 PR3. It isn't much, but I don't think I am asking 'too much'. If anyone is interested in having a look, please let me know. Basically, all I need is someone to code the includes so that I can display the data that I would like to. Once I have the code, I will learn by decompiling it. I just am having a rough time. He doesn't know I am doing this, I am just sick of seeing their team site look like such a pile of (expletive deleted).

    Let me know.

    PS: Sorry Shawn if this is not the right venue, and please all, PM if you are interested...
     
    NewComputer, Feb 7, 2005 IP
  2. david_sakh

    david_sakh Peon

    Messages:
    1,225
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #2
    $pageData = file_get_contents('http://www.site.com/directory/page.php');

    I think this will allow you to play with the variables on that page. It will read the entire file into a string taht you can manipulate.

    http://us3.php.net/file_get_contents

    oh...pm... lol

    oh well, didn't catch that part. :eek:

    if you want to do it locally you can include a page by:

    include("blah.php");

    anyway, good luck.
     
    david_sakh, Feb 7, 2005 IP