google search images Programming Web Development by muralibobby2015 …; i < colors.length; i++) { var colorSearcher = new google.search.ImageSearch(); colorSearcher.setRestriction(GimageSearch.RESTRICT_COLORFILTER, colors[i]); var colorName = colors[i… google images download into my server Programming Web Development by muralibobby2015 …; i < colors.length; i++) { var colorSearcher = new google.search.ImageSearch(); colorSearcher.setRestriction(GimageSearch.RESTRICT_COLORFILTER, colors[i]); var colorName = colors[i… Re: google images download into my server Programming Web Development by Jamesapoe … a full set of searchers searchControl.addSearcher(new google.search.ImageSearch()); searchControl.addSearcher(new google.search.VideoSearch()); searchControl.addSearcher(new google… drag and drop Programming Web Development by muralibobby2015 …; i < colors.length; i++) { var colorSearcher = new google.search.ImageSearch(); colorSearcher.setRestriction(GimageSearch.RESTRICT_COLORFILTER, colors[i]); var colorName = colors[i… how to save image from google with php - javascript? Programming Web Development by paulaandrea … a full set of searchers searchControl.addSearcher(new google.search.ImageSearch()); //var localSearch = new google.search.LocalSearch(); // tell the searcher to… Re: problemThread Programming Software Development by Suzie999 … new int[5]; //MessageBox.Show(R.ToString()); string rtn = ImageSearch(L, T, R, B, F); //MessageBox.Show(rtn);…{ string[] coords = rtn.Split('|'); //split return value of imagesearch into array //int[] aRTN = new int[5]; //declare int… Re: integrate google images serach Programming Web Development by pritaeas Read all about it here: [url]http://code.google.com/apis/imagesearch/[/url] Re: google images download into my server Programming Web Development by pritaeas Be careful. Allowing to upload any picture to your server, may violate copyright. That you can find the image with Google, does not mean it is free to use. Re: google images download into my server Programming Web Development by muralibobby2015 thanks for your reply. can i use this functionality in my site only for search images from google (not for download in to my site)? Re: google images download into my server Programming Web Development by pritaeas Yes. Re: drag and drop Programming Web Development by muralibobby2015 is it possible to solve using jquery Re: how to save image from google with php - javascript? Programming Web Development by cereal Your code seems ok to me, but why do you have [icode]var_dump($x);[/icode] inside your javascript? var_dump() it's PHP, you need console.log there, or alert as you already wrote. And also you need to change your document.write to integrate the var as you did in the alert: [icode]document.write('<a href="' + unescapedUrl + '">save … Re: how to save image from google with php - javascript? Programming Web Development by paulaandrea Thank you for helping me, it works, I am new in programing and I could not see the error. I am happy now. Have a good day, you help someone :):icon_smile: