G
|
garethpDevClub member 12/14/2007 |
I am by no means an expert but this may help as I had the same problem. You may get a better answer from someone else! //** Custom code **** // put your custom code here $_SESSION["details_mastertable"]="requisition"; $_SESSION["details_masterkey1"]=$keys["requisition"]; header("Location: details_list.php?mastertable=requisition&masterkey1=".$keys["requisition"]); exit();
|
D
|
dakk author 12/18/2007 |
Thanks garethp for the reply but I couldn't get your suggestion to work. |