NFE/1.0 blockch" /> <meta property="og:title" content="[Answered] Get first 9 elements from Google RSS feed xml in PHP on php,xml,foreach,rss,google-feed-api" /> <meta property="og:type" content="article" /> <meta property="article:tag" name="article:tag" content="php" /> <meta property="article:tag" name="article:tag" content="xml" /> <meta property="article:tag" name="article:tag" content="foreach" /> <meta property="article:tag" name="article:tag" content="rss" /> <meta property="article:tag" name="article:tag" content="google-feed-api" /> <meta property="og:url" content="https://www.devhide.com/get-first-9-elements-from-google-rss-feed-xml-in-php-47348890" /> <meta property="og:description" content="I'm currently working with Google RSS feeds. I received this XML response. <rss version="2.0"> <channel> <generator>NFE/1.0</generator> <title>blockch" /> <meta property="og:site_name" content="Devhide" /> <meta property="og:image" itemprop="image primaryImageOfPage" content="https://www.devhide.com/img/img_default.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:url" content="https://www.devhide.com/get-first-9-elements-from-google-rss-feed-xml-in-php-47348890" /> <meta name="twitter:domain" content="TechQA.club" /> <meta name="twitter:title" content="[Answered] Get first 9 elements from Google RSS feed xml in PHP on php,xml,foreach,rss,google-feed-api" /> <meta name="twitter:description" property="og:description" itemprop="description" content="I'm currently working with Google RSS feeds. I received this XML response. <rss version="2.0"> <channel> <generator>NFE/1.0</generator> <title>blockch"/> <meta property="article:published_time" content="2017-11-17T10:48:42.793000" /> <meta property="article:published_time" name="article:published_time" content="2017-11-17T10:48:42.793000" /> <meta property="article:modified_time" content="2025-12-19T02:22:46.177000" /> <meta property="article:modified_time" name="article:modified_time" content="2025-12-19T02:22:46.177000" /> <meta property="article:author:username" name="article:author:username" content="Andrii Pryimak" /> <meta property="og:site_name" name="og:site_name" content="Devhide" /> <meta property="og:locale" name="og:locale" content="en_US" /> <meta name="revisit-after" content="1"> <meta name="webcrawlers" content="all"> <meta name="spiders" content="all"> <meta name='language' content='en'/> <meta name='geo.placename' content='United States'/> <meta name='robots' content='index, follow'/> <meta name='Googlebot-Image' content='follow, all'/> <meta name='rating' content='general'/> <meta name='audience' content='all'/> <link rel='dns-prefetch' href='//code.jquery.com' /> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/github.css"> <link rel="canonical" href="https://www.devhide.com/get-first-9-elements-from-google-rss-feed-xml-in-php-47348890" > <link rel="alternate" href="https://techqa.club" hreflang="en"/> <link rel="shortcut icon" href="https://www.devhide.com/img/favicon.png " type="image/x-icon"> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//code.jquery.com' /> <link rel='dns-prefetch' href='//highperformanceformat.com' /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet" type="text/css"> <link type="text/css" rel="stylesheet" media="all" href="https://www.devhide.com/css/bootstrap.min.css"> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/app.css"> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/line-awesome.css"> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/selectize.css"> <link type="text/css" rel="stylesheet" href="https://www.devhide.com/css/style.css"> <link href="/opensearch" rel="search" title="TechQA" type="application/opensearchdescription+xml"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2199440138602787" crossorigin="anonymous"></script> </head> <body> <header class="header-area bg-white border-bottom border-bottom-gray"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-2"> <div class="logo-box"> <a href="/" class="navbar-brand">DEVHIDE</a> <div class="user-action"> <div class="search-menu-toggle icon-element icon-element-xs shadow-sm me-1" data-bs-toggle="tooltip" data-placement="top" aria-label="Search" data-bs-original-title="Search"> <i class="la la-search"></i> </div> <div class="off-canvas-menu-toggle icon-element icon-element-xs shadow-sm" data-bs-toggle="tooltip" data-placement="top" aria-label="Main menu" data-bs-original-title="Main menu"> <i class="la la-bars"></i> </div> </div> </div> </div><!-- end col-lg-2 --> <div class="col-lg-10"> <div class="menu-wrapper border-left border-left-gray ps-4 justify-content-end"> <nav class="menu-bar me-auto"> <ul> <li> <a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a> </li> <li class="is-mega-menu"> <a class="nav-link" href="https://www.devhide.com/pages/about-us">About</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/contact-us">Contact</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/cookie-policy">Cookie</a> </li> </ul><!-- end ul --> </nav><!-- end main-menu --> <form class="me-4" action="https://www.devhide.com/search" method="POST"> <div class="form-group mb-0"> <input type="hidden" name="_token" value="ySodXt12CONq6fy4lszdmUJRSv7jpe2ZAkucpg2d" autocomplete="off"> <input aria-label="Search" type="text" id="searchKeyword" name="keyword" placeholder="Search question..." value="" maxlength="100" class="form-control form--control form--control-bg-gray" autocomplete="off"> <button class="form-btn" type="button" aria-label='search'><i class="la la-search"></i></button> </div> </form> </div><!-- end menu-wrapper --> </div><!-- end col-lg-10 --> </div><!-- end row --> </div><!-- end container --> <div class="off-canvas-menu custom-scrollbar-styled"> <div class="off-canvas-menu-close icon-element icon-element-sm shadow-sm" data-bs-toggle="tooltip" data-placement="left" data-bs-original-title="Close menu" role=''> <i class="la la-times"></i> </div><!-- end off-canvas-menu-close --> <ul class="generic-list-item off-canvas-menu-list pt-90px"> <li> <a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a> </li> <li class="is-mega-menu"> <a class="nav-link" href="https://www.devhide.com/pages/about-us">About</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/contact-us">Contact</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/cookie-policy">Cookie</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/disclaimer">Disclaimer</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/privacy-policy">Privacy</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/terms-and-conditions">TOS</a> </li> </ul> <div class="off-canvas-btn-box px-4 pt-5 text-center"> <a href="#" class="btn theme-btn theme-btn-sm theme-btn-outline" data-bs-toggle="modal" data-bs-target="#loginModal"><i class="la la-sign-in me-1"></i> Login</a> <span class="fs-15 fw-medium d-inline-block mx-2">Or</span> <a href="#" class="btn theme-btn theme-btn-sm" data-bs-toggle="modal" data-bs-target="#signUpModal"><i class="la la-plus me-1"></i> Sign up</a> </div> </div><!-- end off-canvas-menu --> <div class="mobile-search-form"> <div class="d-flex align-items-center"> <form class="me-4" action="https://www.devhide.com/search" method="POST"> <div class="form-group mb-0"> <input type="hidden" name="_token" value="ySodXt12CONq6fy4lszdmUJRSv7jpe2ZAkucpg2d" autocomplete="off"> <input aria-label="Search" type="text" id="searchKeyword" name="keyword" placeholder="Search question..." value="" maxlength="100" class="form-control form--control form--control-bg-gray" autocomplete="off"> <button class="form-btn" type="button" aria-label='search'><i class="la la-search"></i></button> </div> </form> </div> </div><!-- end mobile-search-form --> <div class="body-overlay"></div> </header> <section role="main" class="main-content py-4"> <div class="container"> <div class="row"> <div class="col-md-8" itemscope="itemscope" itemtype="http://schema.org/QAPage"> <div class="setra my-2"> <script type="text/javascript"> atOptions = { 'key' : 'fb6fa8ce7d93be929489d8b65dee2ba5', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; </script> <script type="text/javascript" src="//www.highperformanceformat.com/fb6fa8ce7d93be929489d8b65dee2ba5/invoke.js"></script> </div> <div class="wrapperLayout" itemprop="mainEntity" itemscope="" itemtype="http://schema.org/Question"> <link itemprop="image" href="https://www.devhide.com/img/logo-default.png"> <div class="box question"> <div class="box-header with-border"> <h1 itemprop="name"> <a href="" title="Get first 9 elements from Google RSS feed xml in PHP" title="Get first 9 elements from Google RSS feed xml in PHP"> Get first 9 elements from Google RSS feed xml in PHP </a> </h1> <span class="text-muted text-date"> <span title="1652 views">1.6k Views</span> Asked by <span itemprop="author" itemscope itemtype="http://schema.org/Person"> <span itemprop="name"> <strong>Andrii Pryimak</strong> </span> </span> At <time datetime="2017-11-17T10:48:42.793000" itemprop="datePublished" title="2017-11-17T10:48:42.793000"> 17 November 2017 at 10:48 </time> <time class="d-none" itemprop="dateModified" > 2025-12-19T02:22:46.177000 </time> </span> </div> <div class="box-body"> <div itemprop="text" class="post-text"> <p>I'm currently working with Google RSS feeds. I received this XML response. </p> <pre><code><rss version="2.0"> <channel> <generator>NFE/1.0</generator> <title>blockchain - Google News</title> <link>...</link> <language>en</language> <webMaster>news-feedback@google.com</webMaster> <copyright>&copy;2017 Google</copyright> <pubDate>Fri, 17 Nov 2017 09:41:26 GMT</pubDate> <lastBuildDate>Fri, 17 Nov 2017 09:41:26 GMT</lastBuildDate> <image>...</image> <description>Google News</description> <item>...</item> <item>...</item> <item>...</item> <item>...</item> <item>...</item> <item>...</item> <item>...</item> <item>...</item> <item>...</item> <item>...</item> </channel> </rss> </code></pre> <p>I'm using this <code>foreach()</code> to loop through all items:</p> <pre><code>$rss = simplexml_load_file('https://news.google.com/news/rss/headlines/section/q/blockchain/blockchain?ned=us&hl=en&gl=US'); foreach ($rss->channel->item as $item) { echo $item->title."<br/>"; echo $item->link."<br/>"; echo $item->pubDate."<br/>"; } </code></pre> <p>But this foreach returns me all items.</p> <p>How can I get only first 9 items from this XML?</p> </div> <div class="tagcloud"> <a href="https://www.devhide.com/hashtag/php"> <span>php</span> </a> <a href="https://www.devhide.com/hashtag/xml"> <span>xml</span> </a> <a href="https://www.devhide.com/hashtag/foreach"> <span>foreach</span> </a> <a href="https://www.devhide.com/hashtag/rss"> <span>rss</span> </a> <a href="https://www.devhide.com/hashtag/google-feed-api"> <span>google-feed-api</span> </a> </div> </div> <div class="box-footer"> <span class="source"> <a href="https://stackoverflow.com/questions/47348890/get-first-9-elements-from-google-rss-feed-xml-in-php" target="_blank" rel="nofollow"> Original Q&A </a> </span> </div> </div> <!-- ads here --> <div class="counter-header my-3"> <span class="d-none" itemprop="answerCount">2</span> <h2>There are <strong>2</strong> best solutions below</h2> </div> <div class="box answerQuestion"> <div id="wajab" class="box"> <div class="box mb-5"> <div class="post answerId-66a351d7a06677a8f29c06c4 accepted" id="answer-66a351d7a06677a8f29c06c4" class="box" data-answerid="66a351d7a06677a8f29c06c4" itemprop="acceptedAnswer" itemscope="" itemtype="http://schema.org/Answer"> <a class="d-none" itemprop="url" href="#answer-66a351d7a06677a8f29c06c4"></a> <div class="vote-count d-none" itemprop="upvoteCount" data-value="0">0</div> <div class="box-header"> <span class="username"> <img src="/img/user-default.png" onerror="this.src='/img/user-default.png';" class="answerAva" alt="Death-is-the-real-truth" > <span itemprop="author" itemscope="" itemtype="http://schema.org/Person"> <span itemprop="name" class="author-name"> <strong>Death-is-the-real-truth</strong> </span> </span> <span title="2017-11-17T10:52:03.113000" class="dater d-none d-md-inline-block"> On <time itemprop="datePublished" title="2017-11-17T10:52:03.113000" datetime="2017-11-17T10:52:03.113000"> 17 November 2017 at 10:52 </time> </span> <span class="badge badge-primary"> BEST ANSWER </span> </span> </div> <div class="box-comment box-body"> <div class="comment-text"> <div class="" itemprop="text"> <p><strong><em>Easy and quick fix:-</em></strong></p> <pre><code>$i = 0; foreach ($rss->channel->item as $item) { if($i<9){ echo $item->title."<br/>"; echo $item->link."<br/>"; echo $item->pubDate."<br/>"; } $i++; } </code></pre> <p><strong><em>Better solution is:</em></strong>-</p> <pre><code>$array = array_slice($rss->channel->item,0,9); foreach ($array as $item) { echo $item->title."<br/>"; echo $item->link."<br/>"; echo $item->pubDate."<br/>"; } </code></pre> <p>Reference:- <a href="http://php.net/manual/en/function.array-slice.php" rel="nofollow noreferrer">PHP manual: array_slice</a></p> </div> </div> </div> </div> <div class="post answerId-66a351d7a06677a8f29c06c4" id="answer-66a351d7a06677a8f29c06c4" class="box" data-answerid="66a351d7a06677a8f29c06c4" itemprop="suggestedAnswer" itemscope="" itemtype="http://schema.org/Answer"> <a class="d-none" itemprop="url" href="#answer-66a351d7a06677a8f29c06c4"></a> <div class="vote-count d-none" itemprop="upvoteCount" data-value="1">1</div> <div class="box-header"> <span class="username"> <img src="/img/user-default.png" onerror="this.src='/img/user-default.png';" class="answerAva" alt="Andrii Pryimak" > <span itemprop="author" itemscope="" itemtype="http://schema.org/Person"> <span itemprop="name" class="author-name"> <strong>Andrii Pryimak</strong> </span> </span> <span title="2017-11-17T11:01:14.860000" class="dater d-none d-md-inline-block"> On <time itemprop="datePublished" title="2017-11-17T11:01:14.860000" datetime="2017-11-17T11:01:14.860000"> 17 November 2017 at 11:01 </time> </span> </span> </div> <div class="box-comment box-body"> <div class="comment-text"> <div class="" itemprop="text"> <p>Well I found the answer:</p> <pre><code> $i = 0; foreach ($rss->channel->item as $item) { $i++; echo $item->title."<br/>"; echo $item->link."<br/>"; echo $item->pubDate."<br/>"; if($i == 10) break; } </code></pre> </div> </div> </div> </div> </div> </div> </div> </div> <!-- ads here --> <div class="widget bottom-rel"> <div class="widget-title"> <h4>Related Questions in <strong>PHP</strong></h4> </div> <ul id="relatedBottom" class="relatedPost postbottom"> <li> <a href='https://www.devhide.com/how-to-add-the-dynamic-new-rows-from-my-registration-form-in-my-database-78253162'> How to add the dynamic new rows from my registration form in my database? </a> </li> <li> <a href='https://www.devhide.com/issue-in-payment-form-gateway-78252981'> Issue in payment form gateway </a> </li> <li> <a href='https://www.devhide.com/how-to-create-a-facet-for-wp-gridbuilder-that-displays-both-parent-and-child-custom-fields-78252931'> How to create a facet for WP gridbuilder that displays both parent and child custom fields? </a> </li> <li> <a href='https://www.devhide.com/function-in-anonymous-laravel-blade-component-78252693'> Function in anonymous Laravel Blade component </a> </li> <li> <a href='https://www.devhide.com/how-to-change-woocomerce-or-full-wordpress-currency-with-value-from-usd-to-aud-78252680'> How to change woocomerce or full wordpress currency with value from USD to AUD </a> </li> <li> <a href='https://www.devhide.com/general-questions-about-creating-a-custom-theme-moodle-cms-78252633'> General questions about creating a custom theme Moodle CMS </a> </li> <li> <a href='https://www.devhide.com/how-to-add-logging-to-an-abstract-class-in-php-78252615'> How to add logging to an abstract class in php </a> </li> <li> <a href='https://www.devhide.com/error-500-on-iis-fastcgi-but-no-clue-despite-multiple-error-loggings-activated-78252598'> error 500 on IIS FastCGI but no clue despite multiple error loggings activated </a> </li> <li> <a href='https://www.devhide.com/composer-installation-fails-and-reverts-composer-json-and-composer-lock-to-original-content-78252571'> Composer installation fails and reverts ./composer.json and ./composer.lock to original content </a> </li> <li> <a href='https://www.devhide.com/how-to-isolate-php-apps-from-each-other-on-a-local-machine-windows-or-linux-78252473'> How to isolate PHP apps from each other on a local machine(Windows or Linux)? </a> </li> <li> <a href='https://www.devhide.com/laravel-using-belongstomany-relationship-with-mongodb-78252471'> Laravel: Using belongsToMany relationship with MongoDB </a> </li> <li> <a href='https://www.devhide.com/window-location-href-redirects-but-is-causing-problems-on-the-webpage-78252401'> window.location.href redirects but is causing problems on the webpage </a> </li> <li> <a href='https://www.devhide.com/key-provided-is-shorter-than-256-bits-only-64-bits-provided-78252396'> Key provided is shorter than 256 bits, only 64 bits provided </a> </li> <li> <a href='https://www.devhide.com/laravel-s-wherebetween-method-not-working-with-two-timestamps-78252322'> Laravel's whereBetween method not working with two timestamps </a> </li> <li> <a href='https://www.devhide.com/implementing-uuid-as-primary-key-in-laravel-intermediate-table-78252294'> Implementing UUID as primary key in Laravel intermediate table </a> </li> </ul> </div> <div class="widget bottom-rel"> <div class="widget-title"> <h4>Related Questions in <strong>XML</strong></h4> </div> <ul id="relatedBottom" class="relatedPost postbottom"> <li> <a href='https://www.devhide.com/postgres-statement-error-in-mybatis-mapper-78252756'> Postgres && statement Error in Mybatis Mapper? </a> </li> <li> <a href='https://www.devhide.com/sorting-items-after-building-an-xml-feed-78252559'> Sorting items after building an XML feed? </a> </li> <li> <a href='https://www.devhide.com/c-xml-modelbinding-asp-net-core-8-web-api-required-field-not-found-78252500'> C# XML ModelBinding - ASP.NET Core 8 Web API - required field not found </a> </li> <li> <a href='https://www.devhide.com/how-can-i-create-an-automatic-table-of-contents-in-docx-without-the-text-being-bold-78251927'> How can I create an automatic table of contents in docx without the text being bold? </a> </li> <li> <a href='https://www.devhide.com/odoo-16-make-fields-readonly-using-xpath-78251324'> Odoo 16 Make Fields Readonly Using XPath </a> </li> <li> <a href='https://www.devhide.com/using-similar-tags-for-different-objects-in-xml-78250690'> Using similar tags for different objects in XML </a> </li> <li> <a href='https://www.devhide.com/android-studio-problem-like-gradle-sync-project-failed-and-plugin-error-version-2023-2-1-iguana-78250262'> Android Studio problem like gradle sync project failed and plugin error, version 2023.2.1 Iguana </a> </li> <li> <a href='https://www.devhide.com/error-cannot-find-symbol-view-root-inflater-inflate-r-layout-toolbar-parent-false-78248124'> error: cannot find symbol View root = inflater.inflate(R.layout.toolbar, parent, false); </a> </li> <li> <a href='https://www.devhide.com/android-camera-application-restriction-to-12-mp-78245854'> Android camera application restriction to 12 mp </a> </li> <li> <a href='https://www.devhide.com/azure-data-factory-copy-activity-only-importing-first-row-of-xml-file-78245541'> Azure Data Factory Copy Activity Only Importing First Row of XML file </a> </li> <li> <a href='https://www.devhide.com/i-am-not-able-to-remove-space-below-the-navigation-view-icon-in-android-studio-what-s-wrong-with-code-78244413'> I am not able to remove space below the navigation view icon in android studio. What;s wrong with code? </a> </li> <li> <a href='https://www.devhide.com/field-can-be-converted-to-a-local-variable-convert-field-to-local-variable-in-oncreate-method-78243884'> Field can be converted to a local variable ,convert field to local variable in onCreate method </a> </li> <li> <a href='https://www.devhide.com/deserialize-xml-with-optional-different-name-78243120'> Deserialize XML with optional different name </a> </li> <li> <a href='https://www.devhide.com/retrieve-tags-from-xml-using-python-78242981'> Retrieve tags from xml using python </a> </li> <li> <a href='https://www.devhide.com/getting-attribute-from-xml-and-printing-it-error-78240405'> Getting attribute from xml and printing it error </a> </li> </ul> </div> <div class="widget bottom-rel"> <div class="widget-title"> <h4>Related Questions in <strong>FOREACH</strong></h4> </div> <ul id="relatedBottom" class="relatedPost postbottom"> <li> <a href='https://www.devhide.com/how-to-use-nested-foreach-object-78245433'> How to use nested ForEach-Object </a> </li> <li> <a href='https://www.devhide.com/jquery-click-and-enable-button-without-affecting-other-foreach-laravel-arrays-78241908'> jQuery - Click and enable Button without affecting other foreach Laravel arrays </a> </li> <li> <a href='https://www.devhide.com/java-get-objects-elements-from-list-objects-and-add-to-new-arraylist-78240285'> Java get objects elements from List<Objects> and add to new ArrayList </a> </li> <li> <a href='https://www.devhide.com/how-to-pass-once-the-full-dataset-to-one-worker-and-specific-subsets-to-the-other-workers-in-foreach-loop-using-isplit-78239770'> How to pass once the full dataset to one worker and specific subsets to the other workers in foreach loop using isplit() </a> </li> <li> <a href='https://www.devhide.com/stored-procedure-to-update-column-in-tablea-to-tableb-value-1-for-each-change-in-the-column-78234749'> Stored Procedure to Update Column in TableA to TableB Value +1 For Each Change In The Column </a> </li> <li> <a href='https://www.devhide.com/exporting-the-data-from-db-by-passing-the-data-from-input-csv-file-and-saving-the-results-in-csv-file-78232527'> Exporting the data from DB by passing the data from input csv file and saving the results in csv file </a> </li> <li> <a href='https://www.devhide.com/passing-object-to-a-view-within-a-foreach-loop-in-codeigniter-78224711'> passing object to a view within a foreach loop in CodeIgniter </a> </li> <li> <a href='https://www.devhide.com/foreach-if-function-in-powershell-not-properly-removing-items-from-array-78221204'> Foreach + If function in Powershell not properly removing items from array </a> </li> <li> <a href='https://www.devhide.com/orderby-with-lambda-78217423'> OrderBy with lambda? </a> </li> <li> <a href='https://www.devhide.com/function-for-finding-multiple-values-from-an-array-and-replace-data-in-a-specific-column-based-on-the-matching-ids-78213375'> Function for finding multiple values from an array and replace data in a specific column based on the matching IDs? </a> </li> <li> <a href='https://www.devhide.com/is-javascript-foreach-slower-than-for-loops-even-in-mozilla-rhino-78211494'> Is JavaScript forEach slower than for loops even in Mozilla Rhino? </a> </li> <li> <a href='https://www.devhide.com/how-to-replace-non-standard-for-each-received-from-visual-c-users-78202096'> How to replace non-standard "for each" received from Visual C++ users </a> </li> <li> <a href='https://www.devhide.com/how-can-i-reset-a-counter-within-each-subfolder-level-in-a-loop-that-access-recursively-a-parent-directory-78197645'> How can I reset a counter within each subfolder level in a loop that access recursively a parent directory? </a> </li> <li> <a href='https://www.devhide.com/how-to-insert-user-id-from-db-and-imported-data-excel-file-upload-simultaneously-78196692'> How to insert user_id (from DB) and imported data (excel file upload) simultaneously? </a> </li> <li> <a href='https://www.devhide.com/issue-while-displaying-foreach-values-78195224'> Issue while displaying "foreach" values </a> </li> </ul> </div> <div class="widget bottom-rel"> <div class="widget-title"> <h4>Related Questions in <strong>RSS</strong></h4> </div> <ul id="relatedBottom" class="relatedPost postbottom"> <li> <a href='https://www.devhide.com/wordpress-rss-feed-description-has-image-link-78213192'> Wordpress RSS Feed description has image link </a> </li> <li> <a href='https://www.devhide.com/cannot-access-podcast-category-from-rss-feed-using-feedkit-due-to-missing-member-78202970'> Cannot Access Podcast Category from RSS Feed Using FeedKit due to Missing Member </a> </li> <li> <a href='https://www.devhide.com/how-to-web-scrape-google-news-headline-of-a-particular-year-e-g-news-from-2020-78194686'> How to web scrape google news headline of a particular year (e.g. news from 2020) </a> </li> <li> <a href='https://www.devhide.com/java-process-rss-malloc-arena-max-relation-78176673'> Java process RSS & MALLOC_ARENA_MAX relation </a> </li> <li> <a href='https://www.devhide.com/how-to-insert-an-rss-item-in-the-wordpress-feed-78167335'> How to insert an RSS item in the Wordpress feed? </a> </li> <li> <a href='https://www.devhide.com/getting-none-when-trying-to-parse-description-tag-of-rss-feed-78069239'> Getting none when trying to parse description tag of rss feed </a> </li> <li> <a href='https://www.devhide.com/result-from-rss-feed-with-curl-via-php-is-different-than-curl-via-console-first-delivers-some-url-list-and-second-delivers-the-expected-xml-78046087'> Result from RSS feed with cURL via PHP is different than cURL via console (first delivers some url list and second delivers the expected XML) </a> </li> <li> <a href='https://www.devhide.com/getting-full-url-using-form-action-submit-from-torrent-page-78012663'> Getting full URL using form action Submit from torrent page </a> </li> <li> <a href='https://www.devhide.com/avoid-image-div-while-parsing-description-tag-77943946'> Avoid image div while parsing description tag </a> </li> <li> <a href='https://www.devhide.com/i-can-t-find-the-url-of-upwork-rss-feed-77922137'> I can't find the url of upwork RSS Feed </a> </li> <li> <a href='https://www.devhide.com/flutter-web-deliver-raw-file-to-browser-for-rss-feed-77914271'> Flutter web: Deliver raw file to browser for RSS feed </a> </li> <li> <a href='https://www.devhide.com/rss-parer-this-removealllisteners-is-not-a-function-error-77891788'> rss-parer: this.removeAllListeners is not a function error </a> </li> <li> <a href='https://www.devhide.com/change-blogdown-rss-template-77891159'> Change blogdown rss template </a> </li> <li> <a href='https://www.devhide.com/problem-with-processing-network-data-in-paging-3-mediator-77887342'> Problem with processing network data in Paging 3 Mediator </a> </li> <li> <a href='https://www.devhide.com/change-the-default-url-for-wordpress-rss-feed-77862240'> Change the Default URL for Wordpress RSS feed </a> </li> </ul> </div> <div class="widget bottom-rel"> <div class="widget-title"> <h4>Related Questions in <strong>GOOGLE-FEED-API</strong></h4> </div> <ul id="relatedBottom" class="relatedPost postbottom"> <li> <a href='https://www.devhide.com/google-product-feed-identifiers-for-v2-feed-55847499'> Google product feed identifiers for V2 feed </a> </li> <li> <a href='https://www.devhide.com/magento2-pub-is-not-showing-in-media-urls-53894322'> Magento2 pub is not showing in media URLs </a> </li> <li> <a href='https://www.devhide.com/get-first-9-elements-from-google-rss-feed-xml-in-php-47348890'> Get first 9 elements from Google RSS feed xml in PHP </a> </li> <li> <a href='https://www.devhide.com/get-rows-having-specific-value-in-google-spreadsheet-feed-45687515'> Get rows having specific value in google spreadsheet feed </a> </li> <li> <a href='https://www.devhide.com/use-google-feed-api-in-google-aps-script-44004195'> Use Google feed API in Google aps script </a> </li> <li> <a href='https://www.devhide.com/google-feed-api-deprecated-how-can-i-find-rss-feed-of-web-site-41661420'> Google feed api deprecated, How can i find rss feed of web site? </a> </li> <li> <a href='https://www.devhide.com/having-issues-while-loading-the-extjs-based-app-with-google-feeds-api-41611048'> Having issues while loading the ExtJS based app with google feeds api </a> </li> <li> <a href='https://www.devhide.com/how-can-i-get-a-title-with-escape-characters-in-from-google-feed-40953203'> How can I get a title with Escape Characters in from Google feed </a> </li> <li> <a href='https://www.devhide.com/picasaweb-and-google-feed-api-39000607'> Picasaweb and Google Feed API </a> </li> <li> <a href='https://www.devhide.com/uncaught-typeerror-cannot-read-property-0-of-undefined-google-feed-api-37408187'> Uncaught TypeError: Cannot read property '0' of undefined (Google Feed API) </a> </li> <li> <a href='https://www.devhide.com/issues-in-magento-configurable-product-feed-for-google-merchant-36035629'> issues in magento configurable product feed for google merchant </a> </li> <li> <a href='https://www.devhide.com/rss-feed-reader-does-not-works-35614965'> RSS feed reader does not works </a> </li> <li> <a href='https://www.devhide.com/google-feeds-api-not-working-has-it-been-shutdown-34043402'> Google Feeds API not working - Has it been shutdown? </a> </li> <li> <a href='https://www.devhide.com/real-alternative-for-google-feed-api-34016263'> Real alternative for Google Feed API </a> </li> <li> <a href='https://www.devhide.com/parameter-of-an-url-within-another-url-32798587'> Parameter of an URL within another URL </a> </li> </ul> </div> </div> <div class="col-lg-4"> <div class="sidebar"> <div class="widget"> <script type="text/javascript"> atOptions = { 'key' : '85d394e5b99acb52afb83e3dde49240e', 'format' : 'iframe', 'height' : 50, 'width' : 320, 'params' : {} }; </script> <script type="text/javascript" src="//www.highperformanceformat.com/85d394e5b99acb52afb83e3dde49240e/invoke.js"></script> </div> <div class="widget"> <div class="widget-title"> <h4>Trending Questions</h4> </div> <ul class="relatedPost"><li> <a href='https://www.devhide.com/uiimageview-frame-doesn-t-reflect-constraints-32240629'> UIImageView Frame Doesn't Reflect Constraints </a> </li> <li> <a href='https://www.devhide.com/is-it-possible-to-use-adb-commands-to-click-on-a-view-by-finding-its-id-39315028'> Is it possible to use adb commands to click on a view by finding its ID? </a> </li> <li> <a href='https://www.devhide.com/how-to-create-a-new-web-character-symbol-recognizable-by-html-javascript-11059803'> How to create a new web character symbol recognizable by html/javascript? </a> </li> <li> <a href='https://www.devhide.com/why-isn-t-my-css3-animation-smooth-in-google-chrome-but-very-smooth-on-other-browsers-37629745'> Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)? </a> </li> <li> <a href='https://www.devhide.com/heap-gives-page-fault-39109581'> Heap Gives Page Fault </a> </li> <li> <a href='https://www.devhide.com/connect-ffmpeg-to-visual-studio-2008-17218902'> Connect ffmpeg to Visual Studio 2008 </a> </li> <li> <a href='https://www.devhide.com/both-object-and-valueanimator-jumps-when-duration-is-set-above-api-lvl-24-46991118'> Both Object- and ValueAnimator jumps when Duration is set above API LvL 24 </a> </li> <li> <a href='https://www.devhide.com/how-to-avoid-default-initialization-of-objects-in-std-vector-78203063'> How to avoid default initialization of objects in std::vector? </a> </li> <li> <a href='https://www.devhide.com/second-argument-of-the-command-line-arguments-in-a-format-other-than-char-argv-or-char-argv-60047957'> second argument of the command line arguments in a format other than char** argv or char* argv[] </a> </li> <li> <a href='https://www.devhide.com/how-to-improve-efficiency-of-algorithm-which-generates-next-lexicographic-permutation-43290467'> How to improve efficiency of algorithm which generates next lexicographic permutation? </a> </li> <li> <a href='https://www.devhide.com/navigating-to-the-another-actvity-app-getting-crash-in-android-44773528'> Navigating to the another actvity app getting crash in android </a> </li> <li> <a href='https://www.devhide.com/how-to-read-the-particular-message-format-in-android-and-store-in-sqlite-database-23211116'> How to read the particular message format in android and store in sqlite database? </a> </li> <li> <a href='https://www.devhide.com/resetting-inventory-status-after-order-is-cancelled-39125469'> Resetting inventory status after order is cancelled </a> </li> <li> <a href='https://www.devhide.com/efficiently-compute-powers-of-x-in-sse-avx-67955549'> Efficiently compute powers of X in SSE/AVX </a> </li> <li> <a href='https://www.devhide.com/insert-into-an-external-database-using-ajax-and-php-post-500-internal-server-error-43365921'> Insert into an external database using ajax and php : POST 500 (Internal Server Error) </a> </li> </ul> </div> <div class="widget"> <div class="widget-title"> <h4>Popular # Hahtags</h4> </div> <div class="tagcloud"><a href='https://www.devhide.com/hashtag/javascript' class="tag-link tag-link-md"> <span>javascript</span> </a> <a href='https://www.devhide.com/hashtag/python' class="tag-link tag-link-md"> <span>python</span> </a> <a href='https://www.devhide.com/hashtag/java' class="tag-link tag-link-md"> <span>java</span> </a> <a href='https://www.devhide.com/hashtag/c#' class="tag-link tag-link-md"> <span>c#</span> </a> <a href='https://www.devhide.com/hashtag/php' class="tag-link tag-link-md"> <span>php</span> </a> <a href='https://www.devhide.com/hashtag/android' class="tag-link tag-link-md"> <span>android</span> </a> <a href='https://www.devhide.com/hashtag/html' class="tag-link tag-link-md"> <span>html</span> </a> <a href='https://www.devhide.com/hashtag/jquery' class="tag-link tag-link-md"> <span>jquery</span> </a> <a href='https://www.devhide.com/hashtag/c++' class="tag-link tag-link-md"> <span>c++</span> </a> <a href='https://www.devhide.com/hashtag/css' class="tag-link tag-link-md"> <span>css</span> </a> <a href='https://www.devhide.com/hashtag/ios' class="tag-link tag-link-md"> <span>ios</span> </a> <a href='https://www.devhide.com/hashtag/sql' class="tag-link tag-link-md"> <span>sql</span> </a> <a href='https://www.devhide.com/hashtag/mysql' class="tag-link tag-link-md"> <span>mysql</span> </a> <a href='https://www.devhide.com/hashtag/r' class="tag-link tag-link-md"> <span>r</span> </a> <a href='https://www.devhide.com/hashtag/reactjs' class="tag-link tag-link-md"> <span>reactjs</span> </a> </div> </div> <div class="widget"> <div class="widget-title"> <h4>Popular Questions</h4> </div> <ul class="popularPosts"><li> <a href='https://www.devhide.com/how-do-i-undo-the-most-recent-local-commits-in-git-927358'> How do I undo the most recent local commits in Git? </a> </li> <li> <a href='https://www.devhide.com/how-can-i-remove-a-specific-item-from-an-array-in-javascript-5767325'> How can I remove a specific item from an array in JavaScript? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-delete-a-git-branch-locally-and-remotely-2003505'> How do I delete a Git branch locally and remotely? </a> </li> <li> <a href='https://www.devhide.com/find-all-files-containing-a-specific-text-string-on-linux-16956810'> Find all files containing a specific text (string) on Linux? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-revert-a-git-repository-to-a-previous-commit-4114095'> How do I revert a Git repository to a previous commit? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-create-an-html-button-that-acts-like-a-link-2906582'> How do I create an HTML button that acts like a link? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-check-out-a-remote-git-branch-1783405'> How do I check out a remote Git branch? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-force-git-pull-to-overwrite-local-files-1125968'> How do I force "git pull" to overwrite local files? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-list-all-files-of-a-directory-3207219'> How do I list all files of a directory? </a> </li> <li> <a href='https://www.devhide.com/how-to-check-whether-a-string-contains-a-substring-in-javascript-1789945'> How to check whether a string contains a substring in JavaScript? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-redirect-to-another-webpage-503093'> How do I redirect to another webpage? </a> </li> <li> <a href='https://www.devhide.com/how-can-i-iterate-over-rows-in-a-pandas-dataframe-16476924'> How can I iterate over rows in a Pandas DataFrame? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-convert-a-string-to-an-int-in-java-5585779'> How do I convert a String to an int in Java? </a> </li> <li> <a href='https://www.devhide.com/does-python-have-a-string-contains-substring-method-3437059'> Does Python have a string 'contains' substring method? </a> </li> <li> <a href='https://www.devhide.com/how-do-i-check-if-a-string-contains-a-specific-word-4366730'> How do I check if a string contains a specific word? </a> </li> </ul> </div> <div class="widget"> <script type="text/javascript"> atOptions = { 'key' : '5572168bffcf77d6a9fd611324801b97', 'format' : 'iframe', 'height' : 250, 'width' : 300, 'params' : {} }; </script> <script type="text/javascript" src="//www.highperformanceformat.com/5572168bffcf77d6a9fd611324801b97/invoke.js"></script> <img src="/img_slug" alt="."> </div> </div> </div> </div> </div> </section> <section class="footer-area pt-80px position-relative"> <span class="vertical-bar-shape vertical-bar-shape-1"></span> <span class="vertical-bar-shape vertical-bar-shape-2"></span> <span class="vertical-bar-shape vertical-bar-shape-3"></span> <span class="vertical-bar-shape vertical-bar-shape-4"></span> <hr class="border-top-gray my-4"> <div class="container"> <div class="row align-items-center pb-4 copyright-wrap"> <div class="col-lg-3"> <p class="copyright-desc copyright--desc fs-14">Copyright © 2021 <a href="https://jogjafile.com/">Jogjafile</a> Inc.</p> </div> <div class="col-lg-9"> <ul class="generic-list-item generic-list-item-hover-underline generic-list-item-inline text-end"> <li> <a class="nav-link" href="https://www.devhide.com/pages/disclaimer">Disclaimer</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/privacy-policy">Privacy</a> </li> <li> <a class="nav-link" href="https://www.devhide.com/pages/terms-and-conditions">TOS</a> </li> <li> <a class="nav-link" href="https://homegardensmart.com/">Homegardensmart</a> </li> <li> <a class="nav-link" href="https://math.techqa.club/">Math</a> </li> <li> <a class="nav-link" href="https://aftereffectstemplates.net/">Aftereffectstemplates</a> </li> </ul> </div><!-- end col-lg-6 --> </div><!-- end row --> </div><!-- end container --> </section> <div id="back-to-top" data-bs-toggle="tooltip" data-placement="top" style="" data-bs-original-title="Return to top" role=''> <i class="la la-arrow-up"></i> </div> <script src="https://www.devhide.com/js/jquery-3.4.1.min.js"></script> <script src="https://www.devhide.com/js/bootstrap.bundle.min.js"></script> <script src="https://www.devhide.com/js/selectize.min.js"></script> <script src="https://www.devhide.com/js/main.js"></script> <script src="https://www.devhide.com/js/hljs.js"></script> <script>hljs.initHighlightingOnLoad();</script> </body> </html>