php forms
پنجشنبه, ۱۵ مرداد ۱۳۹۴، ۰۳:۴۰ ب.ظ
<html>
<body>
<form action="ادرس " method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>
</body>
</html>
<html>
<body>
<form action="ادرس " method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>
</body>
</html>