yoda69 Posted June 19, 2007 Share Posted June 19, 2007 hey, how do i register a session variable inside a link to pass to another page. I basically want the $id to pass as a session variable. any ideas? here's the code for the first page: <?php echo" <TD><a href='bymaster.php?id={$row[id]}'>".stripslashes($row[master_name])."</a></TD> \n"; echo "</TR>\n"; ?> Link to comment https://forums.phpfreaks.com/topic/56229-registering-a-session-variable-inside-a-link/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.