<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<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/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>php on John hashim</title>
    <link>https://johnhashim.com/series/php/</link>
    <description>Recent content in php on John hashim</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>johnnyhashim [at] gmail.com (john hashim)</managingEditor>
    <webMaster>johnnyhashim [at] gmail.com (john hashim)</webMaster>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Thu, 13 Aug 2020 22:41:09 -0400</lastBuildDate>
    
        <atom:link href="https://johnhashim.com/series/php/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>How To Create Automated Dynamic XML sitemap in PHP Script</title>
        <link>https://johnhashim.com/posts/how-to-create-automated-dynamic-xml-sitemap-in-php-script/</link>
        <pubDate>Thu, 13 Aug 2020 22:41:09 -0400</pubDate>
        <author>johnnyhashim [at] gmail.com (john hashim)</author>
        <atom:modified>Thu, 13 Aug 2020 22:41:09 -0400</atom:modified>
        <guid>https://johnhashim.com/posts/how-to-create-automated-dynamic-xml-sitemap-in-php-script/</guid>
        <description>ever wanted your site to be indexed by search engine but don’t know how? well, maybe you surfed the web and discovered that you have to submit your sitemap.xml which is correct or someone charged you more than 100bucks to do it for you which is wrong in my case. Well in this simple short post will try to solve your problem.
let’s say you’re building a simple unique application or you would like to index certain pages or post automatically and do it one time and daily.</description>
        
        <dc:creator>john hashim</dc:creator>
        <media:content url="https://johnhashim.com/images/feature1/infinity.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>Dynamic XML sitemap</category>
            
          
        
        
          
            
              <category>programming</category>
            
          
        
        
          
            
              <category>php</category>
            
          
        
      </item>
      
      <item>
        <title>How to get your Alexa Rank count and Pagevies using php</title>
        <link>https://johnhashim.com/posts/how-to-get-your-alexa-rank-count-and-pagevies-using-php/</link>
        <pubDate>Thu, 13 Aug 2020 22:41:09 -0400</pubDate>
        <author>johnnyhashim [at] gmail.com (john hashim)</author>
        <atom:modified>Thu, 13 Aug 2020 22:41:09 -0400</atom:modified>
        <guid>https://johnhashim.com/posts/how-to-get-your-alexa-rank-count-and-pagevies-using-php/</guid>
        <description>have you ever wondered how site value script or webmaster tools get your Alexa ranking number? , Well it nothing fancy or complicated justing using the existing Url parameter from amazon Alexa ranking to access your domain rank using PHP .. which involves about XML and so many complicated stuff but in this post, I’m not going to go into ‘ How to ‘ space.
so first you create your function to define your two variables which is $domain and $format well in this post we won’t go into formats so it will be set to false since I’m not diving into deep Analytics.</description>
        
        <dc:creator>john hashim</dc:creator>
        <media:content url="https://johnhashim.com/images/feature3/code-file.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>php</category>
            
          
            
          
        
        
          
            
              <category>programming</category>
            
          
        
        
          
            
              <category>php</category>
            
          
        
      </item>
      

    
  </channel>
</rss>