how to get value on next page with out HTTP
Posted: Wed Oct 22, 2003 2:35 am
Hello Every One.......
i want to get the info against all titles that are present on my page in the shape of links. can any body help me how to get the value of the title on next page with out using the HTTP Get or Post Methods.
Here is code of link ..........................
Regards
i want to get the info against all titles that are present on my page in the shape of links. can any body help me how to get the value of the title on next page with out using the HTTP Get or Post Methods.
Here is code of link ..........................
Code: Select all
<?php
while($row = mysql_fetch_assoc($res)) {
extract($row);
echo "<a href="news_home.php"target="mainFrame">$title</a>";
?>