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.
コード行の上で変数$clickを宣言したことを確認してください。このエラーは、変数が定義されていないことを示しています。
このエラーを回避するには、次を使用できます。
< li class="outer one [php] if(isset($click)) echo $click; [php]">