<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aveeva</title>
    <description>The latest articles on DEV Community by Aveeva (@aveeva).</description>
    <link>https://dev.to/aveeva</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F160597%2F71b6e8c7-4dac-41cd-bf23-23991ee8c31f.gif</url>
      <title>DEV Community: Aveeva</title>
      <link>https://dev.to/aveeva</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aveeva"/>
    <language>en</language>
    <item>
      <title>How to find Image Height and width using PHP saved as Excel?  </title>
      <dc:creator>Aveeva</dc:creator>
      <pubDate>Tue, 30 Apr 2019 07:12:40 +0000</pubDate>
      <link>https://dev.to/aveeva/how-to-find-image-height-and-width-using-php-saved-as-excel-3fe8</link>
      <guid>https://dev.to/aveeva/how-to-find-image-height-and-width-using-php-saved-as-excel-3fe8</guid>
      <description>

</description>
      <category>phpexcel</category>
    </item>
    <item>
      <title>How to get HTML form data into PHP function Arguments? </title>
      <dc:creator>Aveeva</dc:creator>
      <pubDate>Thu, 25 Apr 2019 11:52:24 +0000</pubDate>
      <link>https://dev.to/aveeva/how-to-get-html-form-data-into-php-function-arguments-4hgl</link>
      <guid>https://dev.to/aveeva/how-to-get-html-form-data-into-php-function-arguments-4hgl</guid>
      <description>&lt;p&gt;The Business Logic is: If product is already purchased, upgrade the product&lt;/p&gt;

&lt;p&gt;I have a customer input form to get information, along with some fields which should be auto populated based on what the customer chooses.&lt;/p&gt;

&lt;p&gt;Screen Shot:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    https://i.stack.imgur.com/Fkyim.png
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Note: Price and Shipping Weight are done with Ajax,&lt;/p&gt;

&lt;p&gt;When we come to the shipping cost I am getting it from Magento, using a PHP function.&lt;/p&gt;

&lt;p&gt;form :&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;     https://paste.ofcode.org/335FVUhpBGbazQtrcPLVQUs
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;PHP :&lt;/p&gt;

&lt;p&gt;sp_cost.php&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;     https://paste.ofcode.org/hvG2sP9TW9CEPgMMuKXNuw
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;From the above code I am given the predefined value,&lt;/p&gt;

&lt;p&gt;$results = getShippingEstimate('14419','1',"IN","642001");&lt;/p&gt;

&lt;p&gt;How can i get country and zipcode from the user entry and return the shipping cost?&lt;/p&gt;

</description>
      <category>php</category>
    </item>
  </channel>
</rss>
