標題:
php form post
[打印本頁]
作者:
ray
時間:
2020-9-5 10:34
標題:
php form post
<?php
$c = 0;
if(isset($_POST["a"]) && $_POST["a"] != "" && isset($_POST["b"]) && $_POST["b"] != "")
{
$c = $_POST["a"] + $_POST["b"];
}
?>
<html>
<form action="test.php" method="post">
<input type="text" name="a">
<input type="text" name="b">
<input type="text" name="d">
<input type="submit" value="+">
</form>
<div><?php echo($c)?></div>
</html>
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2