小妹沒學過PHP,請高手幫忙解答,謝謝
留言板填入資料按了SEND,我的信箱收的到信,但是內容姓名.信箱.訊息都空白
以下是我的網站 http://www.roser.er-webs.com/
程式碼如下
留言板.HTML
<form name="form" method="post" action="sendmail.php">
<input type="text" placeholder="Name" required />
<input type="text" placeholder="Email" required />
<textarea>Message</textarea>
<input type="submit" value="" />
</form>