Nieuw lid |
|
Beste,
Ik heb op mijn pagina nieuws.php het nieuwsbestand geinclude, dat doet ie goed maar als ik bv op "2 reacties" klik opent ie een nieuw window. Hoe los ik dit op?
Ik dacht: de td waarin me content staat, een clas geven bv class="content" en dan in deze
echo '(<a href=\'pages/news/comments.php?id= target=/content/' . $Fetch['id'] . '\'>' . mysql_num_rows(mysql_query("SELECT id FROM news_comment WHERE news_id='".$Fetch['id']."'")) . '</a> reacties.)<br><br>';
echo '(<a href=\'pages /news /comments .php?id = target =/content /' . $Fetch['id '] . '\ '>' . mysql_num_rows(mysql_query("SELECT id FROM news_comment WHERE news_id='".$Fetch['id']."'")) . '</a> reacties.)<br><br>';
target=/content/ toe te voegen maar dit werkt niet
|