Remote Internet Solutions, Inc

Web Development with a Personal Touch

Browsing Posts tagged php

USPS XML API

1 comment


Working with the USPS Shipping API is not fun. The fact that it requires at least one (1) phone call to USPS Internet Customer Care Center (ICCC) to get activated is a show-stopper in my opinion. If you aren’t in a hurry to get anything done today, you can email for activation instead of calling.

A long time client of mine is using OpenCart, which is a favorite open source shopping cart. He acquired a USPS shipping label module that needed to be installed to make his life easier. Not sure if he had to pay for the module or not, but it needed a little tweaking before it would work properly…


continue reading…

PHP Upgrade

No comments


Today I updated my version of PHP to version 5.3.6 since I needed to update my PCRE. Did I have to? No. But while I had my hood open I figured why not knock them both out together. One of the main reasons is this very friendly error message:

this version of PCRE is not compiled with PCRE_UTF8 support at offset 0

The server wasn’t lying. When I did a PCRE check…

continue reading…