H
|
Hd_Mersintarim 10/29/2020 |
$value = "<a href='documents_list.php?mastertable=AdminEmployee&masterkey1=".$data["id"]."'>Employees</a>"; |
R
|
RBrogen author 10/29/2020 |
Thanks so much for the reply. What I'm trying to do is concatenate the client_ID_value with the a href so it links the column in the list. I think I'm close but am missing the syntax that will allow me to concatenate the items. I'm doing this on the EDITOR TAB in PHP Runner and I've tried &, &&, + and now the period but nothing is combining them together. Here's what I have for my client id column on my orders list: $value = "<a href='documents_list.php?mastertable=AdminEmployee&masterkey1=".$data["id"]."'>Employees</a>"; use table name and column name your actual |
R
|
RBrogen author 10/29/2020 |
I found a clean way to do it using #9 Custom option at the link below: |