spellingSuggestion.class.php
y es ahi donde me mete el fallo cuando busco algo con ñ
precisamente este error:
Warning: file_get_contents(http://search.yahooapis.com/WebSearc...ara%E3%B1a) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable in /home/videoclu/domains/videoclubmadison.com/public_html/php/spellingSuggestion.class.php on line 69
y la linea 69 es pesta:
Código PHP:
67 function search( $query ) {
68 $this->query = $query;
69 if ( $this->response = file_get_contents( $this->request_url . "?appid=" . urlencode( $this->appid ) . "&output=" . urlencode( $this->output ) . "&query=" . urlencode( $this->query ) ) )
70 return true;
71 else
72 return false;
ayudenme please