getting url query and make it as an action in a form
Posted: Tue Jul 14, 2009 3:07 pm
hi everyone,
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
and remember, the url above is dynamic, as it always change depend on what user has click, so it can be 2,3 or 4
So, how do i make the action to be dynamic as well.?
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.?