MY Problem is that i have a link on a PAGE 1 with a variable associated with it
for ex
<a href="product.php?family=Spring">Spring</a>
when user click this link i forward him to an html page Say PAGE 2 containing registration form when he fills form and click submit the details of form the data he inserted is grabbed by another php page Say PAGE 3 with request.
What i want is that the Variable associated with the link (Spring) on Page 1 may also be passed to this third page where the form data and the variable associated with link on page 1 may be processed
change your registration page extension to .php and then inside form include an hidden field like below