|
J
|
Jane 3/29/2011 |
|
Hi, header("Location: tablename_export.php?recordid=".$keys["FieldName"]);Then check this value and add it to the WHEREstatement in the Export page: Before SQL query event: $strWhereClause = whereAdd($strWhereClause,"FieldName=".$_REQUEST["recordid"]); |
|