Hi,
I have a link in my site..
<a href='talk.php?page=1&news_id=".$row["news_id"]."'class='bottomlink'>Read More..</a>
Which obviously goes to the page where i can grab the values. IS there a way in PHP to go to the page, get the values but hide the info in the URL?
I think this might be possible as i have a form where the i enter data go to the page described in the action where i can get the values but they dont apear in the URL.
Thanks in advance,
David.