How to identify a row based on a click of a hyperlink column
How to identify a row based on a click of a hyperlink column
chaitu_gog90
Posts: 1Questions: 0Answers: 0
I have a table which has a hyperlink column that when clicked displays the same inline window for all rows, however i just need to know from which row the click has occurred.
By which row i mean the row has username in it , so the value of the username.Following is the code snippet
[code]
<?=$row['username']?>
<?=$row['Firstname']?>
<?=$row['Lastname']?>
<?=$row['Typeid']?>
assign
[/code]
By which row i mean the row has username in it , so the value of the username.Following is the code snippet
[code]
<?=$row['username']?>
<?=$row['Firstname']?>
<?=$row['Lastname']?>
<?=$row['Typeid']?>
assign
[/code]
This discussion has been closed.