boogzilla Posted May 29, 2007 Share Posted May 29, 2007 I would like to append the session id to the following code; can someone help with the proper syntax: <?php echo "<a href='product_info.php?products_id=".$row_product_listing['products_id']."'><img src='images/".$row_product_listing['products_id'].".gif' border=0></a><br>\n";?> i.e. along with this existing variable, I also want to also include the session id... Link to comment https://forums.phpfreaks.com/topic/53379-please-help-a-newbie-with-passing-variables-in-url/ Share on other sites More sharing options...
MadTechie Posted May 29, 2007 Share Posted May 29, 2007 $_GET['products_id'] this forum is full of threads about post and get Link to comment https://forums.phpfreaks.com/topic/53379-please-help-a-newbie-with-passing-variables-in-url/#findComment-263781 Share on other sites More sharing options...
boogzilla Posted May 29, 2007 Author Share Posted May 29, 2007 thanks... Link to comment https://forums.phpfreaks.com/topic/53379-please-help-a-newbie-with-passing-variables-in-url/#findComment-263785 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.