I am trying to build a system to compare two records in the database. Where the records will be displayed in Ascending order of the name column and then i can choose 2 records by marking checkbox along the side of these records and then click compare. When i click compare i want to send the id of these two records to the next page.
When i use Get method i get {id}=on${id}=on. what i want to do is $id1 ={id}&$id2={id}
not sure how to do this ? do u i need to use javascript ?