![]() |
Sergey Kornilov admin 4/22/2013 |
The value of 'master' will be only passed on the first Edit page entrance. It won't stay there after record is saved.
if ($_GET['master'])
header("Location: contact2document_lease_list.php?mastertable=RPT_documents_LEASE&masterkey1=".$_SESSION['master']); |
J
|
jackolantern 5/13/2013 |
The value of 'master' will be only passed on the first Edit page entrance. It won't stay there after record is saved. I recommend to save "master" value in session variable
if ($_GET['master'])
header("Location: contact2document_lease_list.php?mastertable=RPT_documents_LEASE&masterkey1=".$_SESSION['master']);
|