Results 1 to 3 of 3

Thread: Picture Search Function

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2004
    Posts
    2

    Picture Search Function

    i want to know that how to use
    Java Script, or CGI, or PHP
    to write a function that used to search the filename of a image inside web.

    base on the image's filename search

    Just like the function that for picture searching in Yahoo.
    but just search inside the web!!

    Any one can help me??!
    i have no idea about that... >~<

  2. #2
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    What do you mean by inside the web? If you mean within your site, then it is perfectly possible. I would use PHP as it can read directories and find file names. JavaScript would be easier to code but you'd have to manually make a list of all the files that you want it to be able to find.

    If yo mean that it should be able to find images on ANY site, then I would still use PHP, although I would not do this at all. I would use images.google.com to get a list of images, then use PHP to format it as I want and output it on my page.
    Have I helped you? Please Rate my posts.

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2004
    Posts
    2
    i just search on my own web....
    but not outside,
    base on filename search..

    how to do it?

    thanks~

Posting Permissions

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



Click Here to Expand Forum to Full Width