|
address.inc.php - Mailing Address Functions
|
updateAddress
Required Parameters: None
Optional Parameters: None
Returns: None
Description: This function, when called after the user completes the address book form, updates all of the relevant fields for the user's address. It updates not only the address information itself, but also the default bill to and default ship to fields. If the user is not an existing client, it saves the address information to the $_SESSION. Once the update is complete, the address book screen is displayed.
function updateAddress()
|