J
|
Jane 2/5/2009 |
Paul, global $strTableName; header("Location: Test_list.php?mastertable=Risk&masterkey1=".$_SESSIOB[$strTableName."_masterkey1"]); exit(); |
S
|
swanside author 2/5/2009 |
Paul, use After record added event to redirect to another page. Here is just a sample:
|
J
|
Jane 2/6/2009 |
Hi, header("Location: Test_list.php?mastertable=Risk&masterkey1=".$_SESSION["DetailTableName_masterkey1"]); exit();
|
S
|
swanside author 2/7/2009 |
Thanks Jane, that works a treat. |
J
|
Jane 2/9/2009 |
Paul, |
S
|
swanside author 2/9/2009 |
Sorry Jane, I dont know what you mean. header("Location: risk_assess_add.php?mastertable=job_sheet&masterkey1=".$_SESSION["job_sheet_masterkey1"]);
|