PHP Search by Image within website -


i have ecommerce website in core php. want add search-by-image facility google images or other reverse image search search engines.

i searched lot on internet , can't use google's search facility in website (neither api nor curl). main reason want search pages images (search result pages contains images) within website. here scenario.

when user uploads image, backend php process image , find related image stored on server (images stored in server's directory , filename stored in database associated product , in turn, list product having similar product image)

i assume first have process images stored in server , store related pixel information in database along filename. have no idea store in order search later.

to use google's search image, try reading post: http://www.askdavetaylor.com/how_to_add_google_images_search_my_site/

it looks thats you're aiming at


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -