Jump to content

Please HELP a Newbie with passing variables in url


boogzilla

Recommended Posts

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...

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.