Seite 1 von 1

[Help] Frage zu PHP!!!

Verfasst: 17.09.2005 15:22
von damnpunk
Sorry, eigentlich hat das ja nix mit dem Board zu tun, aber ich wüsste net, wo ich sonst fragen sollte und außerdem laufen hier ja einige Experten rum! ;)

Also ich habe mir ein php Newssystem besorgt und klappt eigentlich alles, bis auf "Array" vor den Headlines.
Seht am besten selbst: http://www.hinzmann.bta-studios.com/aaa ... s/news.php

Woran liegt das jetzt? Hier ist der Code den ich dafür verwende:

Code: Alles auswählen

<style type="text/css">
a:link { font-weight:none; color:#990000; text-decoration:none }
a:visited { font-weight:none; color:#990000; text-decoration:none }
a:hover { font-weight:none; color:#404040; text-decoration:underline }
a:active { font-weight:none; color:#990000; text-decoration:underline }
a:focus { font-weight:none; color:#990000; text-decoration:underline }
body,td,th {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}
</style>

<strong>$news $subject</strong>

<p>$time by <a href="mailto:$email">
$username</a></p>

<p>$titletext</p>

<p>$maintext | $comments | $sendtofriend | $views views</p>
<hr />
<br />
Danke!!!

Verfasst: 20.09.2005 18:41
von itst
Hat sich wohl erledigt, oder?