我已經制作了這種形式,你寫你的名字,姓氏,電話和電子郵件。 使用HTML和PHP。Textfield結果到一個超鏈接
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
結果出來爲超鏈接?
你只是想讓電子郵件地址成爲一個鏈接? – Adam
-1詢問前自己做一些研究。 – Leri
我做到了!但我找不到東西! :/ –