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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:53:36+00:00 2026-05-31T01:53:36+00:00

This is the only code messing up the php, I removed it and it

  • 0

This is the only code messing up the php, I removed it and it resumes perfecty, so I am guessing something within this loop statement is wrong; can someone please see whats wrong?

The below suppose to search the folder and see if the image is already within that folder, if so it chnges the $i by +1 each time ($i++) and then checks again with a max of 30 number.

Any idea how I can accomplish this?
Error I Get:

"HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while     the server was attempting to fulfill the request"

So must be something within the code not configured correctly

-Php Loop Code

<?php

define ("MAX_SIZE","100"); 


 function getExtension($str) {
     $i = strrpos($str,".");
     if (!$i) { return ""; }
     $l = strlen($str) - $i;
     $ext = substr($str,$i+1,$l);
     return $ext;
 }


 $errors=0;
 if(isset($_POST['Submit'])) 
 {

$image=$_FILES['image']['name'];

if ($image) 
{

    $filename = stripslashes($_FILES['image']['name']);

    $extension = getExtension($filename);
    $extension = strtolower($extension);


 if (($extension != "jpg") && ($extension != "jpeg") && ($extension != "png") &&     ($extension != "gif")) 
    {

//print error message

echo "";

        $errors=1;
    }
    else
    {

$size=filesize(['image']['tmp_name']);

if ($size > MAX_SIZE*1024)
{
echo "";

$errors=1;
}

 $image_name=time().'.'.$extension;



//Error Occurs Below
for($i=0; $i<30; $i++)
{
$relativePath="members/image/corey/"."photo".$i;
if(!file_exists($relativePath)) {
    continue;
}
    else
{
    $newNumber=$i;
    break;
}
}
$fileName=$_FILES["name"]."$newNumber";
$relativePath="members/image/corey/".$filename.'.'.$extension;
move_uploaded_file($image, $relativePath);

//Error Occurs Above
?>

-Buttons

    <form name="newad" method="post" enctype="multipart/form-data"  action="">
  <table>
  <tr><td><table>
    <tr>
      <td><input type="file" name="image" /></td>
    </tr>
    <tr>
      <td><input name="Submit" id="upload" type="submit" value="Upload image" onclick"load_images()" /></td>
    </tr>
  </table></td></tr>
  </table>      
</form>
</div>
  • 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-31T01:53:37+00:00Added an answer on May 31, 2026 at 1:53 am

    You’re missing a closing “}” to match the opening one for your for loop.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is the only code messing up the php, I removed it and it
Can any one explain why the output of this code is only 'hello' and
How to make this css code cross browser compatible using jquery. this code only
I have the following code in a shell script. This only seems to work
I have only this in my mxml source code: <?xml version=1.0 encoding=utf-8?> <mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml
I have this code to run a slideshow (this is only part of what
i made a windows service & add project installer.in which only contain this code.
This feels like the kind of code that only fails in-situ, but I will
In this thread some one commented that the following code should only be used
I don't need this declaration because it only makes my code big and unreadable.

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.