Nieuw lid |
|
<?php
$link = '<td width="200"><a href="speler-profiel.php?x=<?php echo $partner->vriend; ?>" target="content"><?php echo $partner->vriend; ?></a></td>';
$link = str_replace('target="content"', '' , $link);
echo $link;
<?php $link = '<td width="200"><a href="speler-profiel.php?x=<?php echo $partner->vriend; ?>" target="content"><?php echo $partner->vriend; ?></a></td>';
|