i am integrating bing search api into my website. i am using bing image search. its working fine for me but when i search image from website i got a one big issue. issue details is given below
$query= 'kamen rider site: http://p-bandai.jp/';
$query = urlencode("'$query'");
when i search this from bing api all correct images are came. but when i search this keyword i don't have any results. code is given below
$query= 'tomica disney site: http://p-bandai.jp/';
$query = urlencode("'$query'");
i got the issue creating place. but i dont know how to solve the issue.
issue : when i search tomica disney site: http://p-bandai.jp/
i dont get any results. but when i search tomica disneysite: http://p-bandai.jp/
i got the results. please give me any solutions.