hello...
i want to move specific location with in a page.
for that i used like this
<a href="knowledge.php#news">HHH</a>
then it points the news table.
now i have query string is there. how to give like above. now i want to point a div which is in comment.php. where can i give #news
<a href="comment.php?postid=<?=$Row['auto_id']?>"><b>Reply</b></a>