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 8541765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:54:18+00:00 2026-06-11T11:54:18+00:00

I have a problem while parsing an XML File of 1986 lines .. it

  • 0

I have a problem while parsing an XML File of 1986 lines .. it gives me execution timeout!!

here is my code:

$XML_File = simplexml_load_file("EXTERNAL URL");

$projects = $XML_File->channel->item;
$i = 0;
while($projects)
{
    $title = $projects[$i]->title;
    $link = $projects[$i]->link;
    $description = $projects[$i]->description;
    $category = $projects[$i]->category;
    $i++;
}

When I run it, it times out after 30 secs, without returning any result!!

When I changed the while to a for loop .. with a max of 4 it worked fine .. Is there a way to parse a big file?? Or shall I move to creating a desktop application??

  • 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-06-11T11:54:20+00:00Added an answer on June 11, 2026 at 11:54 am
    $XML_File = simplexml_load_file("EXTERNAL URL"); 
    
    $projects = $XML_File->channel->item; 
    $i = 0; 
    while($projects) 
    { 
        $title = $projects[$i]->title; 
        $link = $projects[$i]->link; 
        $description = $projects[$i]->description; 
        $category = $projects[$i]->category; 
        $i++; 
    } 
    

    I don’t think this is ever going to finish. You’re just checking to see if $projects exists.

    Maybe something like this will work:

    while(isset($projects[$i]))
    ....
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a problem while building and running an iphone application.Im using xml parsing
I encountered a Javascript error while parsing an XML file. My code looks like
I have a problem while pasting my contents (or text) generated by Java code
I am parsing an XML file through Android Pull Parser technique. First, have a
I have to parse xml file and after parsing I have to out related
I have this strange problem parsing XML document in PHP loaded via cURL. I
OK suppose I'm parsing some XML (the problem exists while reading any language but
I have problem with parsing XML. I parsed data of cities, Amsterdam & Den
Hi BB developers I have a issue while parsing the xml data using DOM.
I have a problem in C while parsing the argv Variable. This is the

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.