I don't think it because you see the file sending on the bottom of the explorer.
This is not a loop
$result = mysql_query($queryland, $mysql_access);
while($row = mysql_fetch_row($result))
{
$sport = "S$i";
$boulder = "B$i";
$sportadv = ${$sport};
$boulderadv = ${$boulder};
if ((($sportadv <> "") and ($sportadv <> "0")) or (($boulderadv <> "") and ($boulderadv <> "0"))) {
$mail_text .= "lnd nr: $row[0] sport: $sportadv boulder: $boulderadv \n";
}
$i = $i + 1;
}
the amount off rows in the table is max 35
This isn't a loop.
Or I am wrong????
🙁