also hab auch mal angefangen mir ein newsscript zu machen.
jetzt will ich natürlich auch schöne smileys statt . das script is wie folgt aufgebaut:
und dann wird die while schleife halt gefüllt mit derartigeb echos:
wie bekomme ich es nu hin das er alles was aus der $sknews kommt replaced?
jetzt will ich natürlich auch schöne smileys statt . das script is wie folgt aufgebaut:
PHP:
$test = "SELECT thema, topic, poster, text, related FROM sknews ORDER BY id DESC";
$rest = mysql_query ($test, $connID);
echo ("<table align=\"left\" valign=\"top\" width=\"750\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" bgcolor=\"#000000\">");
while ($sknews = mysql_fetch_object ($rest))
{
PHP:
echo ("<td width=\"29\" bgcolor=\"#1C150D\"><b><span style=\"font-size:80%;color:#7F693A\">$sknews->thema</b></td>");