Hier mal ein Auszug aus meiner functions lib wo er mir die Fehleranzeigt also on line...
PHP-Code:
38 $vargs[$key] = mysql_real_escape_string($arg);
39 }
40 array_shift($vargs);
41 $sql_tag = vsprintf($sql_tag,$vargs);
42 if($ret = mysql_query($sql_tag)){
startseite.php
line 28
PHP-Code:
while ($nz = mysql_fetch_array($news)) {