Redirect a page with $values on button click |
3/27/2011 8:05:38 PM |
PHPRunner General questions | |
A
agentsmith author
From the manual, you can redirect using Server event with this code location.href="http://cnn.com";
|
|
![]() |
Sergey Kornilov admin 3/28/2011 |
It depends on how you want to retrieve this ID. Since Javasctipt code doesn't have access to PHP variables there is no generic solution. echo "<a href='user_edit.php?phoneID=" . $_REQUEST["masterkey1"] . "'>Proceed to user page</a>"; |