Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6013459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:33:04+00:00 2026-05-23T02:33:04+00:00

$feed = ‘myfeed’; $xml = simplexml_load_file($feed); foreach( $xml->productinfo as $productinfo ) { $product_category =

  • 0
$feed = 'myfeed';

$xml = simplexml_load_file($feed);

foreach( $xml->productinfo as $productinfo )
{
$product_category = $productinfo->category;
$product_description = $productinfo->description;

now i inserv each product categor and description into my table.
}

I’m storing the products data, category and description in my database.

Problem is the feed has about 5000 products, in 10 categories. I don’t neet to get hundreds of products for each category, I just need about 50. How can I limit the foreach loop, so when for example it loops through 50 tv’s, stops and loops through 50 microwaves… and so on.

Any ideeas?

Ty!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:33:05+00:00Added an answer on May 23, 2026 at 2:33 am

    ok,if i unserstood it correct you need something like this :

    $feed = 'myfeed';
    
    $xml = simplexml_load_file($feed);
    
    foreach( $xml->productinfo as $productinfo )
    {
      $product_category = $productinfo->category;
      $$product_category++;
      if($$product_category>50) continue;
      $product_description = $productinfo->description;
    
    //now i inserv each product categor and description into my table.
    }
    

    so if you have a product_category lets say tv :

    $product_category='tv';
    $$product_category=$tv;
    

    and if you have a product_category lets say microwave :

    $product_category='microwave';
    $$product_category=$microwave;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an xml feed which i cannot edit, its remote. Now when i
Slashdot's RSS feed is http://rss.slashdot.org/Slashdot/slashdot . If I download the XML file directly, I
I have an XML feed (which I don't control) and I am trying to
When I feed a utf-8 encoded xml to an ExpatParser instance: def test(filename): parser
in order to 'feed' a .NET web service from java I do pass xml
With an XML feed like so: <w:current temperature=22.2 dewPoint=12.9 humidity=56 windSpeed=5.6 windGusts=9.3 windDirection=ESE pressure=1017.8
I have a xml feed which needs to be converted to HTML. How can
I wanna read feed entries and I'm just stuck now. Take this for example
I have an xml feed for google products. It's accepted by google and there
I have a feed of XML from Google, about 300 entries in all. It

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.