<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP: FedEx shipping rates calculator</title>
	<atom:link href="http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/</link>
	<description>The cyber-place where I live</description>
	<lastBuildDate>Wed, 21 Jul 2010 06:27:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Algirdas</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4435</link>
		<dc:creator>Algirdas</dc:creator>
		<pubDate>Sat, 03 Jul 2010 10:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4435</guid>
		<description>ROOT_DIR/libraries/USPS/xmlparser.php this path looks like incorrect. Change it to correct one in C:\xampp\htdocs\Fedex\fedex.php on line 2</description>
		<content:encoded><![CDATA[<p>ROOT_DIR/libraries/USPS/xmlparser.php this path looks like incorrect. Change it to correct one in C:\xampp\htdocs\Fedex\fedex.php on line 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rishi</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4434</link>
		<dc:creator>rishi</dc:creator>
		<pubDate>Sat, 03 Jul 2010 08:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4434</guid>
		<description>Warning:  require_once(ROOT_DIR/libraries/USPS/xmlparser.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\Fedex\fedex.php on line 2



Fatal error:  require_once() [function.require]: Failed opening required &#039;ROOT_DIR/libraries/USPS/xmlparser.php&#039; (include_path=&#039;.;C:\xampp\php\pear\&#039;) in C:\xampp\htdocs\Fedex\fedex.php on line 2

This is the problem i am facing kindly tell me how to resolve it</description>
		<content:encoded><![CDATA[<p>Warning:  require_once(ROOT_DIR/libraries/USPS/xmlparser.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\Fedex\fedex.php on line 2</p>
<p>Fatal error:  require_once() [function.require]: Failed opening required &#8216;ROOT_DIR/libraries/USPS/xmlparser.php&#8217; (include_path=&#8217;.;C:\xampp\php\pear\&#8217;) in C:\xampp\htdocs\Fedex\fedex.php on line 2</p>
<p>This is the problem i am facing kindly tell me how to resolve it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4432</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Fri, 02 Jul 2010 15:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4432</guid>
		<description>Add this to the for loop to get ground service to appear:

Change

$fedex-&gt;setCarrierCode(&quot;FDXE&quot;);

To

if(($service == &quot;FEDEXGROUND&quot;) &#124;&#124; ($service == &quot;GROUNDHOMEDELIVERY&quot;)){
	$fedex-&gt;setCarrierCode(&quot;FDXG&quot;);
}else{
	$fedex-&gt;setCarrierCode(&quot;FDXE&quot;);
}</description>
		<content:encoded><![CDATA[<p>Add this to the for loop to get ground service to appear:</p>
<p>Change</p>
<p>$fedex-&gt;setCarrierCode(&#8220;FDXE&#8221;);</p>
<p>To</p>
<p>if(($service == &#8220;FEDEXGROUND&#8221;) || ($service == &#8220;GROUNDHOMEDELIVERY&#8221;)){<br />
	$fedex-&gt;setCarrierCode(&#8220;FDXG&#8221;);<br />
}else{<br />
	$fedex-&gt;setCarrierCode(&#8220;FDXE&#8221;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4421</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 14 May 2010 09:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4421</guid>
		<description>It still doesn&#039;t work with Ground service
    [carrierCode] =&gt; FDXG
    [dropoffType] =&gt; REGULARPICKUP
    [service] =&gt; FEDEXGROUND


No Response.
Any suggestions?

Thanks</description>
		<content:encoded><![CDATA[<p>It still doesn&#8217;t work with Ground service<br />
    [carrierCode] =&gt; FDXG<br />
    [dropoffType] =&gt; REGULARPICKUP<br />
    [service] =&gt; FEDEXGROUND</p>
<p>No Response.<br />
Any suggestions?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric L</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4417</link>
		<dc:creator>Eric L</dc:creator>
		<pubDate>Sat, 01 May 2010 00:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4417</guid>
		<description>SP,

You are mixing an express service with a ground carrier code.

Your Code:
[carrierCode] =&gt; FDXG
[service] =&gt; STANDARDOVERNIGHT

Change to:
[carrierCode] =&gt; FDXE
[service] =&gt; STANDARDOVERNIGHT</description>
		<content:encoded><![CDATA[<p>SP,</p>
<p>You are mixing an express service with a ground carrier code.</p>
<p>Your Code:<br />
[carrierCode] =&gt; FDXG<br />
[service] =&gt; STANDARDOVERNIGHT</p>
<p>Change to:<br />
[carrierCode] =&gt; FDXE<br />
[service] =&gt; STANDARDOVERNIGHT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SP</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4352</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Mon, 08 Mar 2010 08:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4352</guid>
		<description>I am getting an error like this &quot;fedexerror Object&quot;

This is my code

fedex Object
(
    [server] =&gt; https://gatewaybeta.fedex.com/GatewayDC
    [accountNumber] =&gt; 510087364
    [meterNumber] =&gt; 118507629
    [carrierCode] =&gt; FDXG
    [dropoffType] =&gt; REGULARPICKUP
    [service] =&gt; STANDARDOVERNIGHT
    [serviceName] =&gt; FedEx Standard Overnight
    [packaging] =&gt; YOURPACKAGING
    [weightUnits] =&gt; LBS
    [weight] =&gt; 12
    [originStateOrProvinceCode] =&gt; CA
    [originPostalCode] =&gt; 91344
    [originCountryCode] =&gt; US
    [destStateOrProvinceCode] =&gt; CT
    [destPostalCode] =&gt; 6031
    [destCountryCode] =&gt; US
    [payorType] =&gt; SENDER
    [error] =&gt; fedexerror Object
        (
            [number] =&gt; F821

please help

Thanks,
SP</description>
		<content:encoded><![CDATA[<p>I am getting an error like this &#8220;fedexerror Object&#8221;</p>
<p>This is my code</p>
<p>fedex Object<br />
(<br />
    [server] =&gt; <a href="https://gatewaybeta.fedex.com/GatewayDC" rel="nofollow">https://gatewaybeta.fedex.com/GatewayDC</a><br />
    [accountNumber] =&gt; 510087364<br />
    [meterNumber] =&gt; 118507629<br />
    [carrierCode] =&gt; FDXG<br />
    [dropoffType] =&gt; REGULARPICKUP<br />
    [service] =&gt; STANDARDOVERNIGHT<br />
    [serviceName] =&gt; FedEx Standard Overnight<br />
    [packaging] =&gt; YOURPACKAGING<br />
    [weightUnits] =&gt; LBS<br />
    [weight] =&gt; 12<br />
    [originStateOrProvinceCode] =&gt; CA<br />
    [originPostalCode] =&gt; 91344<br />
    [originCountryCode] =&gt; US<br />
    [destStateOrProvinceCode] =&gt; CT<br />
    [destPostalCode] =&gt; 6031<br />
    [destCountryCode] =&gt; US<br />
    [payorType] =&gt; SENDER<br />
    [error] =&gt; fedexerror Object<br />
        (<br />
            [number] =&gt; F821</p>
<p>please help</p>
<p>Thanks,<br />
SP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4314</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4314</guid>
		<description>How do you do multiple packages? I have look all around and can&#039;t find the right syntax.

Any ideas?

TJ</description>
		<content:encoded><![CDATA[<p>How do you do multiple packages? I have look all around and can&#8217;t find the right syntax.</p>
<p>Any ideas?</p>
<p>TJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4216</link>
		<dc:creator>david</dc:creator>
		<pubDate>Tue, 02 Feb 2010 03:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4216</guid>
		<description>help me please 
I have this error
Notice:  Undefined index:  ERROR in /hermes/bosweb/web124/b1242/ipw.studiotee/public_html/shop_dev/fedex.php on line 161</description>
		<content:encoded><![CDATA[<p>help me please<br />
I have this error<br />
Notice:  Undefined index:  ERROR in /hermes/bosweb/web124/b1242/ipw.studiotee/public_html/shop_dev/fedex.php on line 161</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visitor</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4215</link>
		<dc:creator>Visitor</dc:creator>
		<pubDate>Mon, 01 Feb 2010 01:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4215</guid>
		<description>also, after dimensions XML, you can put declared value.  The section is called DeclaredValue, and you need subsections for Value and CurrencyCode.  CurrencyCode=USD is for dollars, not sure what else you can use.

DeclaredValue
   Value
   CurrencyCode USD
/ DeclaredValue

Ok sorry for all the posts... thanks again!</description>
		<content:encoded><![CDATA[<p>also, after dimensions XML, you can put declared value.  The section is called DeclaredValue, and you need subsections for Value and CurrencyCode.  CurrencyCode=USD is for dollars, not sure what else you can use.</p>
<p>DeclaredValue<br />
   Value<br />
   CurrencyCode USD<br />
/ DeclaredValue</p>
<p>Ok sorry for all the posts&#8230; thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visitor</title>
		<link>http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/comment-page-1/#comment-4214</link>
		<dc:creator>Visitor</dc:creator>
		<pubDate>Mon, 01 Feb 2010 00:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.varnagiris.net/2006/06/01/php-fedex-shipping-rates-calculator/#comment-4214</guid>
		<description>ok sorry, here i try again

Dimensions
  Length 
  Width
  Height
  Units
/ Dimensions</description>
		<content:encoded><![CDATA[<p>ok sorry, here i try again</p>
<p>Dimensions<br />
  Length<br />
  Width<br />
  Height<br />
  Units<br />
/ Dimensions</p>
]]></content:encoded>
	</item>
</channel>
</rss>
