Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以前にテキストキーワード「pdf」を追加するのに問題があります'.get_query().'
'.get_query().'
例 :
$q = simplexml_load_file('http://domain.com/find?q=pdf+'.get_query().'&format=xml');
したがって、get_queryキーワードが次の場合の結果:
macbookproはpdfmacbookproになり、simcoolはpdfsim coolになり、マウスパッドはpdfマウスパッドになります、
+後にスペースをpdf入れる代わりに
+
pdf
$q = simplexml_load_file('http://domain.com/find?q=pdf '.get_query().'&format=xml');