Que al clickear, me habra en una nueva ventana el contenido, actualmente todo funciona, pero me habre el contenido en la misma ventana, les dejo estas lineas...
Código PHP:
}
echo "</p></td></tr>";
echo "<tr bgcolor='". $style. "'>";
echo "<td colspan='2' style='border-bottom:1px dotted ". $space_color. ";'><p style='". $comm_style. "'>";
$comments = stripslashes($myrow['comments']);
if (strlen($comments)>$maxshow_comments) {
$comments = substr($comments,0,$maxshow_comments). "... <a href='comentarios/mostrar.php?id=". $myrow['id']. "'>". $show_more. "</a> <strong>»</strong>";
}
echo nl2br($comments);
if ($myrow['admin_comment']) {
echo "<br/><br/>". $admin_comment. " <span style='color:#c30;'><em>". $myrow['admin_comment']. "</span></em>";
}
echo "</p></td></tr>\n";
}
Código HTML:
"... <a href='comentarios/mostrar.php?id=".
Ps. Perdon que no amplie mas, se me complica ahora expresar bien... si alguno me entiende masomenos...