Quantcast

Merchandise

That’s right, we have finally gotten our act together and started getting some merchandise ready for sale. We are in the process of getting the first batch of shirts going.

There are only gonna be 20 shirts available in this first design and once they’re gone, they’re gone.

So we have started a Blue Collar Merchandise mailing list for those interested in the shirts and future merch from us. Everyone on the list gets previews of designs, discounts on future merch and, best of all, a three day head start on buying stuff before it is released to the public.

< ?
require_once('whizspark_ws.php');

$parray = array('ConsumerEmail' => “tim@bluecollarmtb.com”,
‘ConsumerHashCode’ => “8A1C3967A7AFB33D440B133D1098E5BE4685E57E”,
‘lid’ => “911″);

// Consume the web service. First argument is the service, second argument
// is the method, the third argument are the parameters
$response = consume_ws_web_service(”MailingList”, “GetListInfo”, $parray);

if ($response)
{
// See if we got a success tag in the returned XML
$success = $response["success"];

if ($success)
{
// Success, get the value between the listname tag
$listname = $success["name"];
$listdesc = $success["description"];
}
else
{
// Not success, see if its an error
$error = $response["error"];

if ($error)
{
// Its an error, get the error message that the server sent back
// as well as the name of the list they were trying to access
$message = $error["message"];

echo “The following error occurred::
“;
echo “

” . $message . “

“;
}
else
{
echo “Unable to parse response from the server.”;
}
}
}
else
{
echo “Unable to get response from the server.”;
}
?>

Email Address:
* Your email address will not be sold, given away or used for any other purpose other then expressed.