Link to part of another page (not working)
Posted: 13 Jun 2018, 11:49
I`m searching for few hours now but can`t find a solution to link to a part off a page ??? I try to use this...
In one comment-page I have this code
In another page I wanna use this link that will aply to that part of the page with this url: "Single-Item.php?id=536I"
In one comment-page I have this code
Code: Select all
<div id='. $row["comment_id"].'>
#'. $row["comment_id"].'
</div>
Code: Select all
<a href="//145.53.93.209/Jan-Molendijk/User-Group-Item.php?id=<?php echo $row['topic_id']; ?>#<?php echo $row['comment_id']; ?>" title="" class="postlink" target="_top">
<?php echo $row['comment']; ?>
</a>