<?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"
	>
<channel>
	<title>Comments on: UPS XML Rate PHP script</title>
	<atom:link href="http://www.neox.net/w/ups-xml-rate-php-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neox.net/w</link>
	<description>Here are the freewares just the ones I like</description>
	<pubDate>Sat, 05 Jul 2008 21:31:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Fred</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-12341</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 30 Jun 2008 19:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-12341</guid>
		<description>Thanks for this wonderful class! Even though it may be "old" it still works a charm! Helped me quickly and easily estimate rate calculations into a project of mine.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this wonderful class! Even though it may be &#8220;old&#8221; it still works a charm! Helped me quickly and easily estimate rate calculations into a project of mine.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-12161</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-12161</guid>
		<description>Quick question. If possible, could you tell me how to add a quantity selection?</description>
		<content:encoded><![CDATA[<p>Quick question. If possible, could you tell me how to add a quantity selection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-12160</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-12160</guid>
		<description>I must say that this script is a life saver in every possible way. I have gone thru so many over the last few months. The problem I ran into was my server does not handle asp. Just about every good working cal script out there is based on asp.

Again, thank you for your great work.</description>
		<content:encoded><![CDATA[<p>I must say that this script is a life saver in every possible way. I have gone thru so many over the last few months. The problem I ran into was my server does not handle asp. Just about every good working cal script out there is based on asp.</p>
<p>Again, thank you for your great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff B</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-11357</link>
		<dc:creator>Jeff B</dc:creator>
		<pubDate>Mon, 05 Nov 2007 17:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-11357</guid>
		<description>HanaDaddy, You script works great. My problem was the godaddy servers blocking any type of 3rd party web site (ie. UPS). godaddy wants me to upgrade to the dedicated or virtual dedicated servers for $50 dollars a month (haha). I switch servers to someone else and all is well! thanks.</description>
		<content:encoded><![CDATA[<p>HanaDaddy, You script works great. My problem was the godaddy servers blocking any type of 3rd party web site (ie. UPS). godaddy wants me to upgrade to the dedicated or virtual dedicated servers for $50 dollars a month (haha). I switch servers to someone else and all is well! thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HanaDaddy</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-11353</link>
		<dc:creator>HanaDaddy</dc:creator>
		<pubDate>Fri, 02 Nov 2007 21:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-11353</guid>
		<description>Test with console 'curl' command that if you can connect to the ups server. 

&gt; /usr/bin/curl -k https://www.ups.com/ups.app/xml/Rate

At least you can check if you can connect to the ups.com site from you hosting server.

</description>
		<content:encoded><![CDATA[<p>Test with console &#8216;curl&#8217; command that if you can connect to the ups server. </p>
<p>> /usr/bin/curl -k <a href="https://www.ups.com/ups.app/xml/Rate" rel="nofollow">https://www.ups.com/ups.app/xml/Rate</a></p>
<p>At least you can check if you can connect to the ups.com site from you hosting server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff B</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-11352</link>
		<dc:creator>Jeff B</dc:creator>
		<pubDate>Thu, 01 Nov 2007 23:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-11352</guid>
		<description>curl
CURL support  enabled  
CURL Information  libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.2.3

The phpinfo() gave me the above info about CURL. So I guess that isn't the problem. If I had the worng password or key would that cause the problem? That make you just through hoops a ups hand kive you developer keys/ developer user name, xml keys. If i'm using the wrong username or key would that cause it to hang? Thanks for any insite.</description>
		<content:encoded><![CDATA[<p>curl<br />
CURL support  enabled<br />
CURL Information  libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.2.3</p>
<p>The phpinfo() gave me the above info about CURL. So I guess that isn&#8217;t the problem. If I had the worng password or key would that cause the problem? That make you just through hoops a ups hand kive you developer keys/ developer user name, xml keys. If i&#8217;m using the wrong username or key would that cause it to hang? Thanks for any insite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HanaDaddy</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-11350</link>
		<dc:creator>HanaDaddy</dc:creator>
		<pubDate>Thu, 01 Nov 2007 22:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-11350</guid>
		<description>You can test if curl module is compile in by using "phpinfo()" function. Please take a look at the PHP /Webserver log for any clue. Also you may want to test with console 'curl' command first.</description>
		<content:encoded><![CDATA[<p>You can test if curl module is compile in by using &#8220;phpinfo()&#8221; function. Please take a look at the PHP /Webserver log for any clue. Also you may want to test with console &#8216;curl&#8217; command first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff B</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-11349</link>
		<dc:creator>Jeff B</dc:creator>
		<pubDate>Thu, 01 Nov 2007 21:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-11349</guid>
		<description>I'm trying to get this to work with my web page. I tryied running it as is (execept for my passwords) at it seems to lock up after I submit the request for a price. I use godaddy lunix servers and I'm fairly sure that they have _curl enabled on all their lunix servers. Is their somthing else I need to change to make this work?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get this to work with my web page. I tryied running it as is (execept for my passwords) at it seems to lock up after I submit the request for a price. I use godaddy lunix servers and I&#8217;m fairly sure that they have _curl enabled on all their lunix servers. Is their somthing else I need to change to make this work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HanaDaddy</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-11341</link>
		<dc:creator>HanaDaddy</dc:creator>
		<pubDate>Thu, 25 Oct 2007 12:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-11341</guid>
		<description>Ricardo, Thank you for your feed back. I will update the tar file.</description>
		<content:encoded><![CDATA[<p>Ricardo, Thank you for your feed back. I will update the tar file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.neox.net/w/ups-xml-rate-php-script/#comment-11340</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Thu, 25 Oct 2007 09:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.neox.net/w/ups-xml-rate-php-script/#comment-11340</guid>
		<description>Hi, I've been customizing and testing your form, and I've found 2 miskates that have been driving me crazy 
for a while, it's to change the "Schipping To" adress. First you missed one equal symbol: 

  if($s_zip=='' &#124;&#124; $s_country=='' &#124;&#124; $t_zip=='' &#124;&#124; $t_country='' &#124;&#124; $weight==''){
     $error_msg="please provide all information";

"$t_country=''" you know you're doing an asignation instead of a comparation.


You also misspelled the $t_country to check if it has been set.
You wrote
  if ($t_coutnry == '' ) $t_country='US';
instead of
  if ($t_country == '' ) $t_country='US';


I hope having halped you as you've helped me, and thanks again.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve been customizing and testing your form, and I&#8217;ve found 2 miskates that have been driving me crazy<br />
for a while, it&#8217;s to change the &#8220;Schipping To&#8221; adress. First you missed one equal symbol: </p>
<p>  if($s_zip==&#8221; || $s_country==&#8221; || $t_zip==&#8221; || $t_country=&#8221; || $weight==&#8221;){<br />
     $error_msg=&#8221;please provide all information&#8221;;</p>
<p>&#8220;$t_country=&#8221;&#8221; you know you&#8217;re doing an asignation instead of a comparation.</p>
<p>You also misspelled the $t_country to check if it has been set.<br />
You wrote<br />
  if ($t_coutnry == &#8221; ) $t_country=&#8217;US&#8217;;<br />
instead of<br />
  if ($t_country == &#8221; ) $t_country=&#8217;US&#8217;;</p>
<p>I hope having halped you as you&#8217;ve helped me, and thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
