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.
そのコードに問題があるので、できるだけ早く回答を送ってください。
echo "<pre >";print_r($q) echo"</pre>";
区切り文字「;」がありません print_r の後
echo "<pre >"; print_r($q); echo "</pre>";