05-17-2008, 12:42 AM
|
#12 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
what if i have a table on the first page that displays rows of data from the database and each row has a unique id. if if were to use hidden textbox fields how do i insert the hidden fields value to be the value that was selected as a link to have that pass over to the next page?
example:
<a href="page.php?id=1">dynamic link1</a>
<a href="page.php?id=2">dynamic link1</a>
<a href="page.php?id=3">dynamic link1</a>
etc.
so if these links were to dynamically be created based on the ammouint of rows in the database,
how do i set the hidden textboxes value to the item selected?
thanks
__________________
no signature set
|
|
|
|