Jump to content

registering a session variable inside a link


yoda69

Recommended Posts

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";

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.