Hi,
Please help me out.
1. Getting HYPERLINK value from page1 and saving in page2 using GET method.($re=$_GET[variable];)
2. Passing this value in -> select query
3. Displaying my output - correctly(in each and every value, there is an SUBMIT button.)
4. My Form Action is page2 itself.
5. Due to this, by submitting the form, my GET method value becomes NULL.
6.Displaying my output - incorrectly(selecting all NULL field values in WHERE CLAUSE)
Please help me out.Thanks in advance