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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T02:15:32+00:00 2026-06-06T02:15:32+00:00

So what I am trying to do is process an array. The array contains

  • 0

So what I am trying to do is process an array. The array contains one thing: photo urls.

When I use foreach()I get a limit error (500 internal error). It seems that it started happening after I rewrote the script. But that doesnt make any sense as there are no errors in the script and it was working perfectly before. The script still works, it can only process about 30 photos before the error pops up. Is it possible to use while() to process the array? Would it get rid of my 500 error for some reason?

Thanks for the input!
Brandon

  • 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-06T02:15:33+00:00Added an answer on June 6, 2026 at 2:15 am

    If you’re getting timeout (infinite loops) errors, neither while or foreach will do. You’re better off looking at limiting how much your array is processed, and do it step by step (Pagination..?).

    for ($i = 0; $i < 100; $i++)
    {
        //Do your thing. Don't use for each, use $array[$i]
    }
    

    if it’s not numeric, use a while with two statements:

    while ($test = current($array) && $i < 50)
    {
         //xxxx
         next($array);
         $i++;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to process this array, first testing for the presence of a check,
I'm trying to us Async.js to process an array of items. Is there some
In the building process of an array I'm trying to call a function, checkIfNodeExists()
I'm trying to use the native flex serialization/deserialization process to save/load state of a
I am trying to take an array that contains 400 integers, and split it
I am trying to process files one at a time that are stored over
I am trying to create a Zend_Controller_Router_Route_Regex route to process URLs in the following
I have array of mobile numbers, around 50,000. I'm trying to process and send
I'm trying to process array of big structures with CUDA 2.0 (NVIDIA 590). I'd
I'm trying to process an uploaded CSV file into an array in PHP. I

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.