basically, its like this:
for($currentpage=0; $currentpage<$maxpage; $currentpage++) {
.
.
.
foreach($maxpages as $maxpages2) {
foreach($maxpages2 as $maxpages3) {
$maxpage = $maxpages3;
}
}
.
.
.
foreach($threads as $threads2) {
foreach($threads2 as $threads3) {
.
.
.
foreach($results as $results2) { foreach($results2 as $results3) {
.
.
.
if () {
.
}
}
}
}
basically thats the idea, i cant post details. basically it has to process information. whenever i dont have alot of it, it will complete successfully, like 1.5 hours. but once it starts getting alot of it, and starts running close to 2.5 hours it will crash php.