|
J
|
Jane 4/15/2008 |
|
Leonardo, header("Location: TableName_view.php?editid1=".$keys["RecordID"]); exit();
|
|
|
E
|
ellesse author 4/16/2008 |
|
Ok. |
|
|
J
|
Jane 4/17/2008 |
|
Hi,
if (!$_SESSION["onthefly"]) { header("Location: TableName_view.php?editid1=".$keys["RecordID"]); exit(); $_SESSION["onthefly"] = 0; } |
|