こんにちは 平松です > > $agent = $_SERVER["HTTP_USER_AGENT"]; > $out_str=str_replace("\r\n"," ",$agent); > $out_str=str_replace("\n"," ",$agent); > readfile("http://○○○○○○".$out_str); > > とするとエラーとなり なんという エラーでしょうか? 平松幸治