我的表格有以下问题。
表格如下所示:
<form name='add'
method='post'
action='<?php echo htmlentities($_SERVER["PHP_SELF"]) ?><?php echo "?naujiena=".$_GET['pavadinimas']."" ?>' >
<input name='id' type='hidden'>
<input name='skaicius' type='hidden'>
<input name='pavadinimas' type='text'>
<input type='submit' name='prideti' value='prideti'>
</form>
表单确认后,我在 URL 中看到如下结果:
http://viper.us.lt/php/naujiena/forma.php?naujiena=
它应该是这样的:
http://viper.us.lt/php/naujiena/forma.php?naujiena=some_value