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.
私が直面している問題は次のとおりです。
if(isset($_POST ['textarea1']));
Post しかできない方法はありtextarea1ますか?
textarea1
どんな助けでも大歓迎です。
特定の要素を投稿する唯一の方法は、<form>その要素のみが含まれている場合です。
<form>
他の唯一の方法は、Javascript 関数を記述し、それonSubmitをその<form>要素にフックし、好きなことを行うことですreturn false。
onSubmit
return false