Row number
-
Good morning and happy new year Tobias.
I would like to ask if it is possible to pass the row number to a variable.
I have a table in which in the first column there is a link that refers to another page.
In each cell there is a string like this:
cell A2:<a href="https://test.com?xyz=2"> READ </a>
cell A3:<a href="https://test.com?xyz=3"> READ </a>
cell A4:<a href="https://test.com?xyz=4"> READ </a>
…Is it possible to replace the line number with a variable that automatically fetches the row number? A thing like that?
cell A2:<a href="https://test.com?xyz=<?php echo $var; ?>"> READ </a>
cell A3:<a href="https://test.com?xyz=<?php echo $var; ?>"> READ </a>
cell A4:<a href="https://test.com?xyz=<?php echo $var; ?>"> READ </a>
…Thanks in advance for the reply?
- The topic ‘Row number’ is closed to new replies.