hyperlink to jump to different edit page |
5/6/2007 4:31:44 AM |
PHPRunner General questions | |
K
kenmag author
I am using PHPRunner 3.1 (218). |
|
![]() |
Sergey Kornilov admin 5/7/2007 |
When you add a Master record in BeforeAdd event get this record ID and save it Session variable like $_SESSION["MasterID"] echo "<A href='http://www.regut.com/test4/Account_edit.php?editid1="; . $_SESSION["MasterID"] . "'>Master table</a>" |
K
|
kenmag author 5/7/2007 |
When you add a Master record in BeforeAdd event get this record ID and save it Session variable like $_SESSION["MasterID"] After that you can use the following: echo "<A href='http://www.regut.com/test4/Account_edit.php?editid1="; . $_SESSION["MasterID"] . "'>Master table</a>"
|