标签: variables post submit
我是这个梦幻网站的新条目。我需要使用post方法传递一个变量提交的名称。例如:
<input type="submit" name="<?php echo $row["idTable"]; ?>">
接下来在我的php中我需要:
$_POST['submit_name'];
我该怎么办?