Posts by Vincent

    Hallo, ik weet hier niet uit te komen.

    PHP
    print "	<tr><td width=\"5%\"><a href=\"forum.php?verplaats={$forum->id}\"><img src=\"images/icons/{$image}\" border=0></a></td><td width=\"45%\"><a href=\"forum.php?topic={$forum->id}\"><b>$forum->title</b></a></td><td align=\"center\" width=\"10%\"><a href=\"profile.php?x={$forum->login}\">$forum->login</a></td><td align=\"center\" width=\"10%\">$forum->replys</td><td width=\"30%\">$forum->datum</td></tr><tr>\n";
    		}


    Ik in

    PHP
    $forum->login

    functie name(); gebruik, weet iemand hoe ik dit doe?


    Normaal gebruik ik

    PHP
    <?=name($user['login']);?>

    ..


    Iemand?