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.
このコードを 1 つのテキストエリアの下に作成する方法を教えてください。私はphpにかなり慣れていないので、少しでもアドバイスがあれば助かります。
if ($test != "") print("<p>" . format_comment($test) . "</p>\n"); if ($test1 != "") print("<p>" . format_comment($test1) . "</p>\n");
乾杯。