C
|
cgphp 3/27/2013 |
You are mixing js code and PHP code. In the "Client before" and "Client after" tabs you can add only js code. In the "Server" tab you can only add PHP code |
T
|
Tempus_Erus 3/27/2013 |
You are mixing js code and PHP code. In the "Client before" and "Client after" tabs you can add only js code. In the "Server" tab you can only add PHP code
|
K
|
KennyB author 3/28/2013 |
Hi Kenny, Not sure if this would work but worth a try..... add the following in the server tab: $result["txt"] = $_SESSION["myemp"]; Then in the client after tab location.href = 'FDSPEK_view.php?editid1='+result["txt"]; if not you could get the current $keys for the record? A
|