Meta Search Script?

Discussion in 'All Other Search Engines' started by amib91, Jan 7, 2009.

  1. #1
    Hey,

    Does anyone know any simple to use meta search scripts which wont accuiqrw a lot of programming to get it to work?

    Thanks
     
    amib91, Jan 7, 2009 IP
  2. elias_sorensen

    elias_sorensen Well-Known Member

    Messages:
    852
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Don't know what you exactly means, but I understand it as you're trying to access meta tags on a webpage.

    It is actually pretty simple, PHP got a meta tag function: get_meta_tags

    So, load the website into a variable ($source), and say: $meta = get_meta_tags($source);

    Now you can access the meta tags with the array $meta. So, if you want to print the "keywords" meta tag, you use echo $meta[keywords]; :)
     
    elias_sorensen, Jan 7, 2009 IP
  3. amib91

    amib91 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hey,

    Thanks for your reply,

    I mean like a Meta Search engine where it searches the web with an API with yahoo or live.

    Something like that?

    Thanks
     
    amib91, Jan 8, 2009 IP
  4. schmidte

    schmidte Peon

    Messages:
    345
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #4
    schmidte, Jan 8, 2009 IP
  5. elias_sorensen

    elias_sorensen Well-Known Member

    Messages:
    852
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #5
    elias_sorensen, Jan 8, 2009 IP
  6. amib91

    amib91 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hey Thanks this looks like something I could use.
    Hey im unable to download the files from the above link as ive gotta be registered, Thanks for the help tho.
     
    amib91, Jan 8, 2009 IP
  7. elias_sorensen

    elias_sorensen Well-Known Member

    Messages:
    852
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #7
    Registering to the website is free, and that class is actually pretty neat. With search suggestions and more :)
     
    elias_sorensen, Jan 8, 2009 IP
  8. dannywwww

    dannywwww Well-Known Member

    Messages:
    804
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    110
    #8
    dannywwww, Jan 8, 2009 IP
  9. jamesplato

    jamesplato Active Member

    Messages:
    359
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #9
    jamesplato, Jan 22, 2009 IP