I am facing a problem with inserting HTML form control’s values in QueryString while redirecting to a next page.
I can give static values in a QueryString and I could retrieve those values using PHP’s GET method, but having problem with values from HTML form Controls.
Please help me out from this issue.
Thanks in advance.
You can do like that…