|
address.inc.php - Mailing Address Functions
|
formatAddress
Required Parameters: array $myrow
Optional Parameters: bool $returnOnly, string $newLine
Returns: string (Optional)
Description: This function collects all of the possible data for a given address from $myrow and formats it in the proper manner for display. If $return is set to TRUE, then the function returns the formatted address in a string, or if not, it uses echo to print it to the screen.
function formatAddress($myrow, $returnOnly = FALSE, $newLine = " \n")
|