Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<html><head><meta charset=utf-8 /><title>My PDF</title></head><body>
<h1>1</h1>
<h1>2</h1>
<h1>3</h1>
<h1>4</h1>
<h1>5</h1>
<h1>6</h1>
<h1>7</h1>
<h1>8</h1>
<h1>9</h1>
@baversjo
baversjo / address_update.php
Created January 23, 2015 06:06
update address
<?php
function update_address($customer,$billing1,$billing2,$billing_city,$billing_zip,$billing_state,
$shipping1,$shipping2,$shipping_city,$shipping_zip,$shipping_state){
//returns $errors on failure, true on success.
}