I am using a database, and I am wondering how to send a value from one page to another.
ex.
User clicks on a link, which is assigned a value from the field 'ID' in the database.
The link sends the user to a new page, which displays the other fields in the same row as 'ID'
--
I believe I have seen this before, and what other pages have done is add something in the url. However I do not know how to do this, or get information from the url.