Results 1 to 6 of 6

Thread: Need help: selector script

  1. #1
    Join Date
    Dec 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help: selector script

    Can someone please help me where to find or how to make selector script, for ex. like this one:

    http://www.hdtvtest.co.uk/selector.php

    thanks!

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    I don't know if this is using a database or what but if you want a database to be used in this porcess I suggest the mysql "like" function. Search that on google.
    Jeremy | jfein.net

  3. #3
    Join Date
    Dec 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok, thanks!

    and without database, like list of answers?

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Well, it depends if you were searching your site or a search engine. Both ways would be pretty complex. If you were searching the site I would take the glob function and the file_get_contents function and get every single file. Then I would take the similar_text function and see which match the result. After that I'd fetch the result and display it on the page. And if you were searching a search engine such as Google I don't know what you would do.

    I hope this helps,
    Nile
    Jeremy | jfein.net

  5. #5
    Join Date
    Dec 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I think I'll manage to do something with that!

    Thanks

  6. #6
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Tell me what you come up with, I'm interested what you can do with the idea.
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •