Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
stop the break loop. stop script execution exit or end. re-execute goto ...
If before the loop there was no output to the screen, then something like this:
for (....) {
if (....) {
header('Location: '.$_SERVER{'REQUEST_URI'}.'?'.rand());
exit;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question