I have a form in php file
i want to edit variable "hvalue" and submit the form through an url like
"http://website.com/index.php?hvalu e=456&action=su bmit"
Code:
<form action="index.php" method="post"> <input type="hidden" name="hvalue" value="123"> </form>
"http://website.com/index.php?hvalu e=456&action=su bmit"
Comment