<?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>Forem: freecoderteam</title>
    <description>The latest articles on Forem by freecoderteam (@freecoderteam).</description>
    <link>https://forem.com/freecoderteam</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%2Forganization%2Fprofile_image%2F5679%2Fe34f081b-ec7d-4dd4-98cf-7747980b7991.jpeg</url>
      <title>Forem: freecoderteam</title>
      <link>https://forem.com/freecoderteam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/freecoderteam"/>
    <language>en</language>
    <item>
      <title>dsd</title>
      <dc:creator>Mehedi Hasan Sagor</dc:creator>
      <pubDate>Mon, 13 Nov 2023 22:46:12 +0000</pubDate>
      <link>https://forem.com/freecoderteam/how-can-make-a-social-link-qrcode-on-qrcodesolutioncom-39oo</link>
      <guid>https://forem.com/freecoderteam/how-can-make-a-social-link-qrcode-on-qrcodesolutioncom-39oo</guid>
      <description></description>
    </item>
    <item>
      <title>How can make an array from the values of another array's key?</title>
      <dc:creator>Mehedi Hasan Sagor</dc:creator>
      <pubDate>Mon, 18 Jul 2022 09:18:33 +0000</pubDate>
      <link>https://forem.com/freecoderteam/how-can-make-an-array-from-the-values-of-another-arrays-key-5d6k</link>
      <guid>https://forem.com/freecoderteam/how-can-make-an-array-from-the-values-of-another-arrays-key-5d6k</guid>
      <description>&lt;p&gt;Today what you are going to learn:&lt;br&gt;
If you are working on PHP or other PHP framework and you want to create array of another array value. now you can see on following lesson how can you make array form another multidimensional array key's.&lt;/p&gt;

&lt;p&gt;For lesson you have array like:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; $multi = array(

  ['1'] =&amp;gt; array('id'=&amp;gt;1,'name'=&amp;gt;'hardik'),

  ['2'] =&amp;gt; array('id'=&amp;gt;1,'name'=&amp;gt;'vimal'),

  ['3'] =&amp;gt; array('id'=&amp;gt;1,'name'=&amp;gt;'harshad'),

)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;but if you want to this multi-dimensional array just like this way:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$test = array('hardik','vimal','harshad');
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;so, we can make this type of array from multi-dimensional array using array_column() funtion.&lt;/p&gt;

&lt;p&gt;you can use this function easy as under.&lt;/p&gt;

&lt;p&gt;$result = array_column($multi, 'name');&lt;/p&gt;

&lt;p&gt;Try this..........&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://www.freecoder.co/post/how-can-make-an-array-from-the-values-of-another-arrays-key-5429"&gt;Read More&lt;/a&gt;
&lt;/h2&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>php</category>
    </item>
    <item>
      <title>How to Get Difference Between Two Dates in PHP?</title>
      <dc:creator>Mehedi Hasan Sagor</dc:creator>
      <pubDate>Tue, 28 Jun 2022 06:29:28 +0000</pubDate>
      <link>https://forem.com/freecoderteam/how-to-get-difference-between-two-dates-in-php-2njp</link>
      <guid>https://forem.com/freecoderteam/how-to-get-difference-between-two-dates-in-php-2njp</guid>
      <description>&lt;p&gt;Do you want to calculate difference between two dates in php? I mean difference between two dates in days, months, years using php. if yes than i will show you to php get difference between two dates using strtotime(), abs() and floor().&lt;/p&gt;

&lt;p&gt;We may sometime require to get difference between in php for your application, even if you use any php framework like laravel, codeigniter, wordpress but you can use code php code anywhere. So you can see following lessons.&lt;/p&gt;

&lt;p&gt;Bellow lessons will help you to calculate difference between two dates in php lesson.&lt;/p&gt;

&lt;p&gt;I will give you one by one simple lesson of following definition.&lt;/p&gt;

&lt;p&gt;1) PHP Calculate difference between two dates in days&lt;/p&gt;

&lt;p&gt;2) PHP Calculate difference between two dates in months&lt;/p&gt;

&lt;p&gt;3) PHP Calculate difference between two dates in years&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://freecoder.co/post/how-to-get-difference-between-two-dates-in-php-6895"&gt;learn more&lt;/a&gt;
&lt;/h2&gt;

</description>
      <category>webdev</category>
      <category>tutorial</category>
      <category>php</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
