Jump to content

[SOLVED] When i loop the page is all blank?


coder9

Recommended Posts

Ok i have this scripts that is not written by me?

 

The whole site has hundreds of .php page.

so digging them will really take time.

 

what i did was, i created a simple loop like this one below.

 

function check_selected_box3() { 
$i=0;
while($i<=10) {
	echo "Nasaan? <br>". $i;
}
}

 

and called that function inside into the existing script not written by me?

 

then i noticed also the tab of firefox browser display the '500' message.

 

i'm not sure about that 500.

 

What do you think is the cause of this, not displaying the page?

 

Any smart guess?

 

Thank you in advance.

 

 

Link to comment
Share on other sites

500 is internal server error. Its either bad existing code (in which case don't ask us), or your loop is conflicting. Did it work before you added this code? You can't just say "I have some bad code, im getting an error. Why?" ... we don't know the code, the error, or why.

 

You need to be less vague.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.