This topic is locked
[SOLVED]

 How to send IDs from list page using button to other pag

4/9/2011 7:04:18 PM
PHPRunner General questions
A
agentsmith author

I've created a custom button and on Server event added
$_SESSION['books'] = $keys["id"];
on Client after
location.href="user_list.php";
What I'd like to do is have the selected values on the user list but what I get is just Array when I try to echo the Session.
Thanks.

A
agentsmith author 4/9/2011

I got it working.
Thanks to this thread