Post方法如何獲得使用Post方法在PHP這樣如何獲得使用php中
<input type="text" name="<?php echo $result['name'];?>" id="">
如何發佈名稱值名稱值名稱值..?
<?php
$name=$_POST[''] --? here how can i get the value using name.
請幫me.Thanks
這是正確的..? $ name = $ _ POST ['$ result ['name']'];
你有'$ result ['name'];'即使在POST後可用嗎? –
爲什麼要動態生成字段名稱?通常你應該有一個固定的名字,這樣你可以很容易地在你的腳本中找到它。 –
在'$ _POST'上循環並選取你想要的值。 –