<html>
<head>
<title>Panier</title>
<?php
$tot = 'test';
$m1 = $_POST['montant1'];
?>
</head>
<body>
<h1>Panier</h1>
<table border=1>
<form action="panier.php" method="POST">
<tr><td>Produit</td><td>Quantite</td><td>Prix Unitaire</td><td>Action</td><tr>
<tr><td>Produit 1</td><td><input type='text' name='montant1' value='2'></form></td><td>3.19</td><td><a href=>Supprimer</a></tr>
</form>
</table>
</body>
</html>
得到一個值由於某種原因,我的變量$ M1不能得到什麼是輸入文本框「montant1」我不能在我的變量
您在哪裏提交表格? – prava 2014-11-08 17:02:38
有兩個「窗體」結束標記。還沒有提交按鈕? 這個腳本的名字是什麼?它應該是「panier.php」 – Riad 2014-11-08 17:19:54