J
|
Jane 8/7/2009 |
Hi, if (@$_REQUEST["editid1"]) { header("Location: CONTRACTS_edit.php?editid1=".$_REQUEST["editid1"]); exit(); } |
O
|
olegsg author 8/10/2009 |
Hi, here is a sample:
|
O
|
olegsg author 8/11/2009 |
One more question. |
J
|
Jane 8/12/2009 |
Please see my changes below: f (@$_REQUEST["editid1"] && $_REQUEST["editid2"]) { header("Location: CONTRACTS_edit.php?editid1=".$_REQUEST["editid1"]."&editid2=".$_REQUEST["editid2"]); exit(); } |