You're new here, aren't you?
NetworkedBlogs allows you to stay up to date with blogs you love.
Click the Follow button to follow updates from this blog.
Address Standardization & Verification with USPS web tools and PHP
Before using this code you will need to sign up for an account with USPS webtools here.
Class, save as ‘usps_address_class.php’
<?php
class usps {
public $account = 'xxxxxxx'; //you need to register for this
public $url = 'http://production.shippingapis.com/ShippingAPI.dll';
public $address1, $address2, $city, $state, $zip;
public $ship_address1, $ship_address2, $ship_city, $ship_state, $ship_zip;
function toXML() {
$xml = ' <AddressValidateRequest USERID="' . $this->account . '"><Address ID="1">';
$xml [...]
Stream Your Home Music Library to Your iPhone
When I first bought my iPhone, the biggest concern I had was storage space. 16 gigs for media, well more like 14 after apps, Operating System, pictures, and other miscellaneous data, was hardly impressive. My newest favorite application allows me to save tons of space by accessing the music collection (which took up [...]
Not enough data.
Calculated for blogs with 20+ followers.
- The Mozilla Blog
browser, firefox, internet
- zeroasterisk.com
family, friends, code
- Desain Toserblog
wordpress, free theme, theme news
- so groovy now - internet goodness
wordpress, firefox, addons
- Code Contortionist
code, objc, code contortionist
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.