also dabei stand 1.1 würde aber auch auf 1.2 laufen!


PHP-Code:
while ($f_banner mysql_fetch_assoc ($fbanner)){echo mysql_error();
    
echo 
'<div align="center" id="banner_'.$f_banner['tan'].'"><a href="fc_jac.php?tan='.$f_banner['tan'].'" target="_blank"><img src="'.$f_banner['banner'].'" border="0" height="60" width="468" alt="'.$f_banner['tan'].'" onClick="document.getElementById(\'banner_'.$f_banner['tan'].'\').style.display=\'none\';"></a>'
    
'<br>Reload: 'number_format($f_banner['reload']/3610,0,',','.') .' Std. | Verdienst: '.number_format($f_banner['verdienst'],2,',','.').' | Aufenthalt: '.$f_banner['aufendhalt'].' Sekunden | <a href="?content=/blacklist&tan='.$f_banner['tan'].'" target="_self">Blackliste</a><br><br></div>';    
}  

if (
mysql_num_rows ($fbanner) > 0) echo '<div align="center">echo mysql_error();
<form action="" method="POST">
<input type=hidden name="sortfeld" value="'
.$sortfeld.'">
<input type=hidden name="orderby" value="'
.$orderby.'">
<input type=hidden name="check_this" value="'
.$check_this.'">
<input type="submit" name="mehr_banner" value="Weitere Banner !"></form></div>'
;  
else echo 
'<div style="text-align: center; font-weight: bold; color: #ff0000;">Alle Banner im Reload !</div>';
foot();