J
|
Jane 7/28/2008 |
Hi, header("Location: b_add.php?mastertable=a&masterkey1=".$values["id"]); exit();
if (@$_REQUEST["mastertable"]) $_SESSION["b_mastertable"] = $_REQUEST["mastertable"]; if (@$_REQUEST["masterkey1"]) $_SESSION["b_masterkey1"] = $_REQUEST["masterkey1"]; |