PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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 ..........................
<?
session_start();
$mylinks=$_SESSION['links'];
this will give you all your links now use them in array format ....
better read about array functions for more functionality
?>