Search found 2 matches

by shero4ever
Sun Jul 13, 2008 2:44 pm
Forum: PHP - Code
Topic: 500 - internal server error
Replies: 2
Views: 186

Re: 500 - internal server error

well actually, with no break statement the code runs correctly, but there is no termination condition

I checked the results, by echoing values, and assured that the if condition is entered
by shero4ever
Sat Jul 12, 2008 3:54 pm
Forum: PHP - Code
Topic: 500 - internal server error
Replies: 2
Views: 186

500 - internal server error

I got this error with a very weird behavior. There is a break statement, if i commented, the code runs with no problem, but if i use it, i got the following strange message: 500 Internal Server Error The server has encountered an internal error or misconfiguration and was unable to complete your req...