Looking for a fonction

Discussion in 'PHP' started by okpara36, Mar 27, 2009.

  1. #1
    I m looking for someone who can code a fonction that collect links from google.

    for ex:

    I type : site:xxxxx.com
    then the result is

    xxxx.com/xxx.html
    xxxx.com/xxx3.html


    I need a fonction that collect this links let me know if you can code this thnx
     
    okpara36, Mar 27, 2009 IP
  2. imnajam

    imnajam Well-Known Member

    Messages:
    2,389
    Likes Received:
    113
    Best Answers:
    0
    Trophy Points:
    185
    #2
    Do you use msn so we can instant message each others for clarifications. I might get grab some useful information for you!
     
    imnajam, Mar 27, 2009 IP
  3. ActiveFrost

    ActiveFrost Notable Member

    Messages:
    2,072
    Likes Received:
    63
    Best Answers:
    3
    Trophy Points:
    245
    #3
    What's so hard in parsing the source code and printing all links between <cite> tags ?
     
    ActiveFrost, Mar 27, 2009 IP
  4. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Use curl to fetch the page and then scrap the links out of it.
     
    jazzcho, Mar 27, 2009 IP
  5. bhagwant.banger

    bhagwant.banger Active Member

    Messages:
    99
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    60
    #5
    Of course CURL can be used to process the search form and the results can be used to extract urls with various php string and array functions and adding these values to database
     
    bhagwant.banger, Mar 27, 2009 IP