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... Quote 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 Quote 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... Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.