Forum Moderators: coopster
I know how to pull and sort the data, but am not sure how I would have it ping the different urls without redirecting itself and thus killing the loop. What would I have to do in this situation?
I know if I have it redirect using the example below,
if(number == X){
(Location: [exanple.com...]
}elseif(number == XX){
echo "this";
}
it will kill the loop because it's changing pages so what I'm asking is how would I do it where it runs through the whole loop, yet visits each page to link the submissions with the users accounts?