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.
これは送信ボタンのコードです
<div class="submit_btn_input"><input name="submit" id="submit" type="submit" /></div>
クリックしたときにメールを送信するには、これに何を追加する必要がありますか?
PHP がなければ、それを に入れてみてください<form action="mailto:myforms@mydomain.com"></form>。
<form action="mailto:myforms@mydomain.com"></form>
ここをチェック
PHP の mail() 関数を確認してください。
http://php.net/manual/en/function.mail.php