我想要打印由echo命令創建的某個文本框中的內容。由PHP創建的文本框的顯示內容
while($row = $result->fetch_assoc()){
$stringTest = $row['Price'];
$AssetId = $row['AssetId'];
echo "<center><div> <h3>Cost: ".$stringTest."";
echo '<form action="" method="get"><input type="text" name="uid">';
echo "</br><input class='myButton' type='submit' Name='Submit1' VALUE='I have bought'></a></form>";
/**^Input value I would like to get *//
echo "<a href='https://www.roblox.com/item-item?id=".$AssetId."' class='myButton'>Buy</a></h3></div></center>";
}
你還沒有告訴我們問題是什麼。和'VALUE ='我買了什麼'>'<<<? –
搞砸了一些東西,修復,我仍然不知道如何打印文本框。 – user3743254
你想從'input'中獲得什麼信息?價值? –