私はあなたがあなたに名前、姓、電話と電子メールを書くこのフォームを作りました。HTMLとPHPを使用します。
name: "textfield here"
lastname: "textfield here"
phone: "textfield here"
email: "textfield here"
私のPHPコード:
echo "<H1>Hello " .$_POST['name']. " " .$_POST['surname'];
echo "I'm calling you at " .$_POST['telephone']. " or email you at ".$_POST['email'];
email
結果をハイパーリンクとして出力するにはどうすればよいですか?