how to make a form do an action on the same page but with url query?
for example: my url is : https://xx/xx/view.php?num=2
and i would like my form to be like
Code: Select all
<form name="checkcode" action="same as the url above">So, how do i make the action to be dynamic as well.?