Show data from master table on a Custom Field page |
12/20/2016 06:16:11 | |
| PHPRunner General questions | ||
|
T
tiagoperes author
[size="2"] <?php
echo "select * from events where eventID=".$_SESSION[$strTableName."_masterkey1"];
|
||
|
J
|
joshfolgado 12/20/2016 |
|
[size="2"] [b][color="#4169E1"]Action: insert the code pasted bellow inside PHPRunner, Editor screen, HTML Mode, in a new custom file called home.htm The code: <?php
echo "select * from events where eventID=".$_SESSION[$strTableName."_masterkey1"];
|
|
|
J
|
joshfolgado 12/20/2016 |
|
[size="2"] [b][color="#4169E1"]Action: insert the code pasted bellow inside PHPRunner, Editor screen, HTML Mode, in a new custom file called home.htm The code: <?php
echo "select * from events where eventID=".$_SESSION[$strTableName."_masterkey1"];
|
|
|
J
|
joshfolgado 12/20/2016 |
|
I have the same issue. |
|