I had several data entry pages (MySQL D😎 that I recently started using sessions with. After I added the session_start() to each page i started losing variables embedded in an <A></A> tag pair. The tags are shown:
<td width="6%"><div align="center"><a href="pick-edit.php?mode=edit&pkid=<? echo $row['pickid']?>">Edit</a></div></td>
<td width="8%"><div align="center"><a href="pick-action.php?mode=delete&pkid=<? echo $row['pickid']?>">Delete</a></div></td>
When I roll over the link I see the pickid (pkid) in the address bar. However when I get to the page the pkid is not to be found. Here are test echos out:
=Pickid
1 = ID. = Pick ID. = Gametime. = Play ID.
They are all blank