i want to split the searchrequest into parts, if there's nothing to find. example: "nelly furtado ft. jimmy jones" -> no results -> try to find with nelly, furtado, jimmy or jones.. i have an api url.. thats the difficult part.. i show you some of the actually snippets:
$query = urlencode (strip_tags ($_GET[search]));
ve
$found = '0';
if ($source == 'all')
{
if (!($res = @get_url ('http://api.example.com/?key=' . $API . '&phrase=' . $query . ' . '&sort=' . $sort)))
{
exit ('<error>Cannot get requested information.</error>');
;
}
nasıl ben hiçbir şey ilk sözcük, ya da ikinci sözüne bulursa gibi, bu pasajı bir başka isteği koyabilirsiniz, bu mümkün mü? ya da belki ben bu fonksiyon hakkında bir şeyler okuyabilirsiniz edildi bana söyleyebilir?
teşekkür ederim!