I am looking for a standard way/function to loop through all POST variables
and their respective contents to update a database record.
Here's my ideal to pass a function and it update:
session variable - "ID" - that holds the record ID to update
$_POST or $HTTP_POST_VARS
The function would update the $_POST vaiables of the ID record with the
$_POST variable's contents.
Thanks for any help or links to info!
and their respective contents to update a database record.
Here's my ideal to pass a function and it update:
session variable - "ID" - that holds the record ID to update
$_POST or $HTTP_POST_VARS
The function would update the $_POST vaiables of the ID record with the
$_POST variable's contents.
Thanks for any help or links to info!
Comment