![]() |
Sergey Kornilov admin 9/3/2014 |
You can use $_SESSION["<table name>_masterkey1"] to access the value of master table primary key value. More info: |
P
|
p1nr author 9/3/2014 |
You can use $_SESSION["<table name>_masterkey1"] to access the value of master table primary key value. More info: http://xlinesoft.com/phprunner/docs/phprunner_session_variables.htm
|
![]() |
Sergey Kornilov admin 9/3/2014 |
This variable contains the value of link field from the master table (usually a primary key from the master table but can be any field of your choice). |
P
|
p1nr author 9/3/2014 |
This variable contains the value of link field from the master table (usually a primary key from the master table but can be any field of your choice). If you need to access any other field from master table - perform a SQL query to retrieve the whole master record, save results in session variables and access it anywhere you need.
|
![]() |
Sergey Kornilov admin 9/3/2014 |
We have the whole PHPRunner manual that covers similar questions (executing SQL queries in events, using session variables etc). The problem is that your question is a bit vague and providing a meaningful answer is difficult. |